Java Dynamic Management Kit 5.1 Tools Reference Guide

4.1 Activating the java.util.logging API

To activate traces using the standard java.util.logging API, you must edit, or copy and edit, the template.logging.properties file that is provided by Java DMK in the directory installDir/etc/conf/.

You must uncomment the categories from which you want to obtain traces, and the level of tracing you require. Then pass the file on the command line when starting your Java classes, as follows


$ java -Djava.util.logging.config.file=Path_to_logging.properties_file Java_class