Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine User's Guide | Configuring the Task Engine Environment | Configuring Task Engine on Integration Server | About Task Engine Logging | Modifying the Logging Configuration Files
 
Modifying the Logging Configuration Files
Before you can configure logging on the package administration page for Task Engine in Integration Server, you must set the default logging levels in the log4j.init.properties file.
*To set default logging levels for Task Engine on Integration Server
1. Retrieve the log4j.init.properties from the database of the My webMethods Server that hosts the Task Engine administration user interface.
To download the file from the database, use the following command:
mws getconfig log4j.init.properties
For more information about My webMethods Server command-line syntax, see Administering My webMethods Server.
2. Open the log4j.init.properties file in a text redactor and configure the default logging level for Task Engine:
Find and replace all occurrences of ${log4j.default.log.level} with INFO and save the file.
3. Return the modified file to the My webMethods Server database, and delete the local copy.
To return the file to the database, use the following command:
mws putconfig log4j.init.properties
4. Restart Integration Server.