Loading...
Select Version
The Management Console uses Log4j to output its own logging messages and debug traces.
The traces are written in the file logging.txt
in the subdirectory logs
of the Management Console. The files are always available by default. The content of the files can be displayed using any text editor.
The output traces are controlled by the file log4j.properties.xml
in the config
subdirectory of the Management Console.
There are two special loggers for the MC-CLI command line interface:
name="com.fujitsu.ts"
for the Java classes of the MC-CLI andname="mccli"
for the Jython modules of the MC-CLI
You will find detailed information on the trace mechanism of the Management Console in the Management Console's online help system.