Method 3—Edit the log4j.properties File for Jamf Pro 10.30.0 or Earlier

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
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.