Skip to content

Commit

Permalink
Logbackin konffi
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Jan 16, 2025
1 parent c70f0f3 commit 559901a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSSX} %-5p {%X{user}} [%t] %-5p %c: %m%n</pattern>
</encoder>
</appender>

<root level="info">
<appender-ref ref="STDOUT" />
</root>

<logger name="software.amazon.awssdk" level="warn" />
</configuration>

0 comments on commit 559901a

Please sign in to comment.