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/ .vscode/
### Mac OS ### ### Mac OS ###
.DS_Store .DS_Store
/logs

View File

@ -8,20 +8,10 @@
<Console name="STDOUT-NOCOLOR"> <Console name="STDOUT-NOCOLOR">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} | %-5level | %-28c{1} - %msg [%t]%n"/> <PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} | %-5level | %-28c{1} - %msg [%t]%n"/>
</Console> </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> </Appenders>
<Loggers> <Loggers>
<Root level="INFO"> <Root level="INFO">
<AppenderRef ref="STDOUT-COLOR"/> <AppenderRef ref="STDOUT-NOCOLOR"/>
<AppenderRef ref="FILE-NOCOLOR"/>
</Root> </Root>
</Loggers> </Loggers>
</Configuration> </Configuration>