Skip to content

Commit

Permalink
chore: Enable console logging for container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Feb 19, 2025
1 parent af429fd commit 040230f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<secretAccessKey>${AWS_SECRET_ACCESS_KEY}</secretAccessKey>
</appender>
<root level="DEBUG">
<appender-ref ref="console_log"/>
<appender-ref ref="aws_cloud_watch_log"/>
</root>
</springProfile>
Expand All @@ -57,6 +58,7 @@
<secretAccessKey>${AWS_SECRET_ACCESS_KEY}</secretAccessKey>
</appender>
<root level="INFO">
<appender-ref ref="console_log"/>
<appender-ref ref="aws_cloud_watch_log"/>
</root>
</springProfile>
Expand Down

0 comments on commit 040230f

Please sign in to comment.