These arguments are passed in to the setDebug(String) and setTrace(String)
methods of the static Log
class. They are used to globally enable or disable log messages with the LOG_DEBUG
and LOG_TRACE logging levels, respectivelly.
The following identifiers are used by the core Dwarf classes currently:
identifier | product | debug | trace |
service | Dwarf | general information about the service transition changes | n/a |
auth | Dwarf | general information about the authenticated subjects | n/a |
cache | Dwarf | summary information about the cache flushing process | n/a |
tcp | Dwarf | detailed information about SSL sockets created by the listeners | detailed information about each accepted/processed/finished TCP connection |
dns | Dwarf | brief information about the DNS queries/answers | detailed information about the DNS queries/answers |
udp | Dwarf | n/a | detailed information about each accepted/processed/finished UDP datagram |
http | Dwarf HTTP Server |
general information about:
|
detailed information about:
|
http.protocol | Dwarf HTTP Server | n/a | HTTP protocol dump w/o client POST data and server response bodies |
webdav.request | Dwarf HTTP Server | n/a | full XML body of WebDAV requests |
webdav.response | Dwarf HTTP Server | n/a | full XML body of WebDAV responses |
smtp | Dwarf Mail Server |
general information about:
|
detailed information about:
|
smtp.protocol | Dwarf Mail Server | n/a | SMTP protocol dump w/o message data |
pop | Dwarf HTTP Server |
general information about:
|
n/a |
pop.protocol | Dwarf Mail Server | n/a | POP3 protocol dump w/o message data |
imap | Dwarf Mail Server |
general information about:
|
n/a |
imap.protocol | Dwarf Mail Server | n/a | IMAP4 protocol dump w/o message data |
Return to the main page.