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

Oups

parent 3b19131f
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
......@@ -2,9 +2,9 @@
<configuration>
<appender name="ROLLING" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/workspace/app.log</file>
<file>/workspace/log/app.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>/workspace/logFile.%d{yyyy-MM-dd_HH:mm:ss}.log</fileNamePattern>
<fileNamePattern>/workspace/log/logFile.%d{yyyy-MM-dd}.log</fileNamePattern>
<maxHistory>30</maxHistory>
<totalSizeCap>20GB</totalSizeCap>
</rollingPolicy>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment