Skip to content

Commit

Permalink
mock prf helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesare Caccuri committed Feb 2, 2023
1 parent 8d38070 commit b9d1dd2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@
<Property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p %c{1}:%L - %m%n</Property>
</Properties>
<Appenders>
<RollingFile name="rollingFile" fileName="${basePath}/PA_Mock.log" filePattern="${basePath}/PA_Mock.log.%i"
ignoreExceptions="false">
<PatternLayout pattern="${pattern}" />
<Policies>
<SizeBasedTriggeringPolicy size="10MB" />
</Policies>
<DefaultRolloverStrategy max="5" />
</RollingFile>
<Console name="STDOUT" target="SYSTEM_OUT">
<PatternLayout pattern="${pattern}" />
</Console>
</Appenders>
<Loggers>
<Root level="${LOG_LEVEL}">
<AppenderRef ref="STDOUT" />
<AppenderRef ref="rollingFile" />
</Root>
</Loggers>
</Configuration>

0 comments on commit b9d1dd2

Please sign in to comment.