About this task
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
Procedure
-
Retrieve the
log4j.init.properties
from the database of the
IBM 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
IBM My webMethods Server command-line syntax, see
Administering IBM My webMethods Server.
-
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.
-
Return the modified file to the
IBM 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
-
Restart
Integration Server.