Skip to content

9.1. Enable Debug

Chris Wiechmann edited this page Jan 5, 2022 · 6 revisions

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

<Logger name="com.axway.apim" level="debug" />
Clone this wiki locally