Skip to content
Snippets Groups Projects
Commit 749ba8ca authored by gwen-soleil's avatar gwen-soleil
Browse files

separate logging conf for hdb and tts

parent bbae6912
Branches
Tags
No related merge requests found
......@@ -34,7 +34,27 @@
</root>
</springProfile>
<springProfile name="prod-hdb | preprod-hdb | preprod-tts | dev-hdb">
<springProfile name="prod-hdb | preprod-hdb | dev-hdb">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<logger name="org.tango" level="INFO"/>
<logger name="jdbc.sqltiming" level="ERROR"/>
<logger name="jdbc.resultset" level="ERROR"/>
<logger name="jdbc.audit" level="ERROR"/>
<logger name="jdbc.connection" level="ERROR"/>
<logger name="jdbc.sqlonly" level="ERROR"/>
<logger name="fr.soleil.archiving" level="INFO" />
<logger name="fr.soleil.archiving.datafetch" level="DEBUG" />
<logger name="org.springframework" level="ERROR" />
<logger name="com.zaxxer" level="INFO" />
<root level="INFO">
<appender-ref ref="CONSOLE"/>
</root>
</springProfile>
<springProfile name="preprod-tts">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<logger name="org.tango" level="INFO"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment