Monday, February 1, 2010

increasing the log level for ConfigControl

Question:
How do I increase the log level for ConfigControl

Answer:
Edit /opt/vmware/configcontrol/config/config/log4j.properties.
Change line:
log4j.rootLogger=error, stdout, file
to:
log4j.rootLogger=debug, stdout, file

Of course you can use other standard java log4j options.

No comments:

Post a Comment