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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment