If OWCIMOMD is run in debug mode, then the debug log is active with the following settings:
log.debug.categories = *
log.debug.components = *
log.debug.format = [%t] %m
log.debug.level = *
log.debug.type = stderr
If you want a color version of the debug log, use the following ASCII escape codes:
log.debug.format = \x1b[1;37;40m[\x1b[1;31;40m%-.6t\x1b[1;37;40m]\x1b[1;32;40m %m\x1b[0;37;40m
If you want to use additional colors, use the following codes with the log.debug.format command:
Table 6-4 Additional Color Codes for the log.debug.format Command