Home > Blockchain >  Could not create an Appender of type [com.sumologic.logback.SumoLogicAppender]
Could not create an Appender of type [com.sumologic.logback.SumoLogicAppender]

Time:10-18

I am using Spring boot application. When I try to add the https://github.com/SumoLogic/sumologic-logback-appender to my project and added configuration in logback.xml as below

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <appender name="SumoAppender" >
        <encoder>
            <Pattern>
                           
  • Related