-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
It seems that just adding Loki appender to logback causes the following messages to appear at the start. Any ideas?
<appender name="LOKI" class="pl.tkowalcz.tjahzi.logback.LokiAppender">
<host>${loki.host}</host>
<port>${loki.port}</port>
<efficientLayout>
<pattern>%msg</pattern>
</efficientLayout>
<label>
<name>server</name>
<value>${HOSTNAME}</value>
</label>
</appender>
[error] SLF4J: A number (57) of logging calls during the initialization phase have been intercepted and are
[error] SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
[error] SLF4J: See also http://www.slf4j.org/codes.html#replay
[info] Hello world!
tkowalcz
Metadata
Metadata
Assignees
Labels
No labels