Skip to content

9.1. Enable Debug

Chris Wiechmann edited this page Jul 20, 2021 · 6 revisions

The program is using Log4j and is by default configured to Log-Level: INFO. To enable DEBUG, please open the file: lib/log4j.xml and adjust the Level as needed (FATAL, INFO, DEBUG, TRACE):

<logger name="com.axway.apim">
    <level value="DEBUG"/>
</logger>