Skip to content

Commit

Permalink
avniproject/avni-infra#45 | Disable console logging for live profile …
Browse files Browse the repository at this point in the history
…(causes bloated syslog)
  • Loading branch information
1t5j0y committed Oct 25, 2024
1 parent c1d3d60 commit 135c9a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avni-server-api/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<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 135c9a0

Please sign in to comment.