Requirements
Jamf Pro 10.30.0 or Earlier
Edit the log4j.properties file on the server within the following path: /Path/To/Tomcat/webapps/ROOT/WEB-INF/classes/
To enable debug mode, change log4j.rootLogger=INFO,JAMF to log4j.rootLogger=DEBUG,JAMF, and then restart Tomcat.
To disable debug mode, change log4j.rootLogger=DEBUG,JAMF to log4j.rootLogger=INFO,JAMF, and then restart Tomcat.