Compare commits

..

No commits in common. "3d415ab5ab4fd3fa48ea4ed77b08b511e990d718" and "ee8cdfc660bd1d72c49d4cd648976bc0f547c215" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View File

@ -36,6 +36,4 @@ build/
.vscode/
### Mac OS ###
.DS_Store
/logs
.DS_Store

View File

@ -8,20 +8,10 @@
<Console name="STDOUT-NOCOLOR">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} | %-5level | %-28c{1} - %msg [%t]%n"/>
</Console>
<RollingFile name="FILE-NOCOLOR"
fileName="logs/rabbitmq-poc.log"
filePattern="logs/rabbitmq-poc.log.%i.gz">
<DefaultRolloverStrategy max="100"/>
<Policies>
<SizeBasedTriggeringPolicy size="1M"/>
</Policies>
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} | %-5level | %-28c{1} - %msg [%t]%n"/>
</RollingFile>
</Appenders>
<Loggers>
<Root level="INFO">
<AppenderRef ref="STDOUT-COLOR"/>
<AppenderRef ref="FILE-NOCOLOR"/>
<AppenderRef ref="STDOUT-NOCOLOR"/>
</Root>
</Loggers>
</Configuration>