Skip to content

Commit

Permalink
Revert "avniproject/avni-infra#45 | Disable console logging for live …
Browse files Browse the repository at this point in the history
…profile (causes bloated syslog)"

This reverts commit 135c9a0.
  • Loading branch information
1t5j0y committed Oct 25, 2024
1 parent 135c9a0 commit 0a34c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avni-server-api/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<springProfile name="live">
<logger name="org.avni" additivity="false" level="info">
<appender-ref ref="FILE"/>
<appender-ref ref="CONSOLE"/>
</logger>
<logger name="org.springframework" level="OFF"/>
<logger name="org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor" level="OFF"/>
Expand Down

0 comments on commit 0a34c4c

Please sign in to comment.