Skip to content

logback-appender creating odd slf4j messages during initialization. #93

@Swoorup

Description

@Swoorup

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions