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

Let's try the other way around

parent 097932aa
No related branches found
No related tags found
1 merge request!11changed port from 5000 to 9036 as 5000 is known to be used by some trojans
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<springProfile name="dev"> <springProfile name="dev">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/> <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/> <include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<property name="LOG_FILE" value="/workspace/log/datafetcher.log"/>
<include resource="org/springframework/boot/logging/logback/file-appender.xml"/>
<logger name="org.tango" level="INFO"/> <logger name="org.tango" level="INFO"/>
<logger name="jdbc.sqltiming" level="DEBUG"/> <logger name="jdbc.sqltiming" level="DEBUG"/>
<logger name="jdbc.resultset" level="ERROR"/> <logger name="jdbc.resultset" level="ERROR"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment