-
Notifications
You must be signed in to change notification settings - Fork 137
Configuring Subsystem Debug Level
Endi S. Dewata edited this page Sep 8, 2022
·
5 revisions
The subsystem debug log can be configured during installation (see Two-Step Installation) or after installation.
To configure the debug level, edit the debug.level
in /var/lib/pki/pki-tomcat/<subsystem>/conf/CS.cfg
:
debug.level=0
The PKI log levels are mapped into SLF4J and JUL log levels as follows:
PKI Log Level | SLF4J Log Level | JUL Log Level |
---|---|---|
0-1 (OBNOXIOUS) |
TRACE |
FINEST |
2-5 (VERBOSE) |
DEBUG |
FINE |
6-10 (INFORM) |
INFO |
INFO |
>10 |
WARN |
WARNING |
ERROR |
SEVERE |
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |