Skip to content
Snippets Groups Projects
Commit 097932aa authored by Alexandre TISON's avatar Alexandre TISON
Browse files

Trying to add logfile back

parent fdec3668
Branches
No related tags found
1 merge request!11changed port from 5000 to 9036 as 5000 is known to be used by some trojans
......@@ -66,8 +66,8 @@
<springProfile name="prod-hdb">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<!--property name="LOG_FILE" value="/var/log/archiving/hdb-datafetcher.log"/>
<include resource="org/springframework/boot/logging/logback/file-appender.xml"/-->
<property name="LOG_FILE" value="/workspace/log/hdb-datafetcher.log"/>
<include resource="org/springframework/boot/logging/logback/file-appender.xml"/>
<logger name="org.jdbi" level="DEBUG"/>
<logger name="fr.soleil.archiving.datafetch" level="DEBUG"/>
<logger name="fr.soleil.archiving.datafetch.graphql.utils" level="DEBUG"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment