Skip to content

Commit

Permalink
update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Nov 15, 2022
1 parent a1ce93c commit 90bf80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apim-adapter/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- </File>-->
</Appenders>
<Loggers>
<Logger name="com.axway.apim" level="${env:LOG_LEVEL:-debug}"/>
<Logger name="com.axway.apim" level="${env:LOG_LEVEL:-info}"/>
<Logger name="com.consol.citrus" level="info"/>
<Logger name="org.apache" level="info"/>
<Logger name="org.ehcache" level="error"/>
Expand All @@ -22,4 +22,4 @@
<!-- <AppenderRef ref="file"/>-->
</Root>
</Loggers>
</Configuration>
</Configuration>

0 comments on commit 90bf80d

Please sign in to comment.