Skip to content

Instantly share code, notes, and snippets.

@zachpendleton
Created July 1, 2021 08:14
Show Gist options
  • Save zachpendleton/ce9f68df4b6f67acd94a2587ee0c5b25 to your computer and use it in GitHub Desktop.
Save zachpendleton/ce9f68df4b6f67acd94a2587ee0c5b25 to your computer and use it in GitHub Desktop.
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="net.logstash.logback.encoder.LogstashEncoder" />
</appender>
<root level="info">
<appender-ref ref="STDOUT" />
</root>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment