Method 2—Edit the log4j2.xml File for Jamf Pro 10.31.0 or Later

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
Requirements

Jamf Pro 10.31.0 or Later

Edit the log4j2.xml file on the server within the following path: /Path/To/Tomcat/webapps/ROOT/WEB-INF/classes/
  • To enable debug mode, change <Root level="info" includeLocation="false"> to <Root level="debug" includeLocation="false">, and then restart Tomcat.

  • To disable debug mode, change <Root level="debug" includeLocation="false"> to <Root level="info" includeLocation="false">, and then restart Tomcat.