Product: OpenFusion JacORB
Version: 2.x
Description:
How to enable debug logging in JacORB?
Resolution:
In order to enable debug logging in JacORB edit the jacorb.properties file, located in the classes directory of the OpenFusion JacORB installation, and set jacorb.log.default.verbosity=4
# log levels:
#
# 0 = fatal errors only = "almost off" (FATAL ERRORS)
# 1 = non-fatal errors and exceptions (ERROR)
# 2 = important messages (WARN)
# 3 = informational messages and exceptions (INFO)
# 4 = debug-level output (DEBUG) (may confuse the unaware user :-)
# NOTE: the name of this property has changed from jacorb.verbosity!!
jacorb.log.default.verbosity=4
#OpenFusion
#KnowledgeDocs