-
Notifications
You must be signed in to change notification settings - Fork 5
Loggers
1000TurquoisePogs edited this page Jul 18, 2023
·
1 revision
If you need to increase logging to diagnose an issue, below is a list of the loggers used by this terminal
log name | purpose |
---|---|
org.zowe.terminal.core.message | Logs the network-level communication between terminal & server |
org.zowe.terminal.core.protocol | Logs the protocol parsing of bytes received by org.zowe.terminal.core.message |
org.zowe.terminal.core.telnet | Logs the telnet handshake and any negotiation thereafter |
org.zowe.terminal.core.event | Logs handling of user-driven events (Mouse click, etc) |
These can be turned up or down in verbosity via the Zowe UI Logger: https://github.com/zowe/zlux/wiki/Logging#logger-api
Ex. ZoweZLUX.logger.setLogLevelForComponentName('org.zowe.terminal.core.message',5);
where 5 is the highest level, and 0 is the lowest.
For the developing or debugging purposes, the logger verbosity can be changed in the developer's console only: