Oh, my bad
Attached

Sent from ProtonMail for iOS

On Tue, Aug 17, 2021 at 11:45 PM, Ceki <[email protected]> wrote:

> Hello,
>
> The logback.xml file seems to be missing.
>
> On 17.08.2021 18:02, ajitpawar wrote:
>>> Hi,
>>> I am using logback-classic 1.2.3 for logging in my application
>>> The logback.xml is attached.
>>> I am seeing this message on console,
>>>
>>> LOGBACK: No context given for
>>> ch.qos.logback.core.spi.ContextAwareBase@787f845
>>>
>>> Please note this message appears when used conversion rule
>>> 'highlight'. Same is the case for custom conversion rule as well.
>>> Which is really annoying, how can we disable this message ?
>>>
>>> Thanks,
>>> Ajit.
>>>
>>> Sent with ProtonMail <https://protonmail.com/> Secure Email.
>>
>>
>> _______________________________________________
>> logback-user mailing list
>> [email protected]
>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>
>
> --
>
> _______________________________________________
> logback-user mailing list
> [email protected]
> http://mailman.qos.ch/mailman/listinfo/logback-user
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%highlight(%date{DEFAULT} | [%-15thread] | %-5level | 
[%X{project_id}] | %-60class - %msg) %replace(%xThrowable){'\n',' 
'}%nopex%n</pattern>
        </encoder>
    </appender>
    <logger name="org.springframework" level="OFF" additivity="false"/>
    <root level="WARN">
        <appender-ref ref="CONSOLE"/>
    </root>
</configuration>
_______________________________________________
logback-user mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-user

Reply via email to