Implement logger

This commit is contained in:
김선우
2025-02-07 13:49:07 +09:00
parent 098da0794f
commit edc964a2cb
9 changed files with 148 additions and 25 deletions

View File

@@ -1,11 +0,0 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="${LOG_LEVEL:-info}">
<appender-ref ref="STDOUT" />
</root>
</configuration>