Debugging
Enable debug logs when running tests or a local instance of ADS by adjusting the log level of the Axiomatics logger in the src/test/resources/logback-test.xml file.
src/test/resources/logback-test.xml
...
<logger name="com.axiomatics" level="DEBUG" additivity="false">
<appender-ref ref="CONSOLE"/>
</logger>
...
PDP requests and responses
For tests that have been executed against a remote service, you can find the generated JSON requests and received JSON responses in the /build/alfa/tests/authorizationDomain/trace directory.
Tracing
For tests executed against local ALFA files, an execution trace file is available in the build/alfa/tests/authorizationDomain/trace directory. This file uses a proprietary Axiomatics format and can be submitted to Axiomatics support for analysis.