Skip to content

Commit

Permalink
Merge pull request #3795 from zowe/Martin-Zeithaml-patch-3
Browse files Browse the repository at this point in the history
Update mvd-core-loggers.md
  • Loading branch information
janan07 authored Aug 16, 2024
2 parents 37f9a41 + bbb1018 commit 3433575
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/extend/extend-desktop/mvd-core-loggers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a list of core loggers (and descriptions of each) that you can enable and increase verbosity on within the logging framework. See [the logging utility](mvd-logutility.md) for more info.

# Loggers for Zowe Application Server Core
The log prefix for the Zowe Application Server is _zsf, which is used by the server framework. (Applications and plug-ins that are attached to the server do not use the _zsf prefix.)
The log prefix for the Zowe Application Server is `_zsf`, which is used by the server framework. (Applications and plug-ins that are attached to the server do not use the `_zsf` prefix.)
The following are the logger names that you can specify:
* **_zsf.bootstrap**: Logging that pertains to the startup of the server.
* **_zsf.auth**: Logging for network calls that must be checked for authentication and authorization purposes.
Expand All @@ -12,7 +12,7 @@ The following are the logger names that you can specify:
* **_zsf.install**: Logging for the installation of plug-ins.
* **_zsf.apiml**: Logging for communication with the api mediation layer.
* **_zsf.routing**: Logging for dispatching network requests to plug-in dataservices.
* **_zsf.network**: Logging for the HTTPS server status (connection, ports, IP, and so on)
* **_zsf.network**: Logging for the HTTPS server status (connection, ports, IP, and so on).

# Zowe App Server Log levels
* 0: SEVERE
Expand All @@ -24,13 +24,14 @@ The following are the logger names that you can specify:


# Loggers for ZSS Server Core
The log prefix for ZSS is _zss. The following are the logger names that you can specify:
The log prefix for ZSS is `_zss`. The following are the logger names that you can specify:
* **_zss.traceLevel**: Controls general server logging verbosity.
* **_zss.fileTrace**: Logs file serving behavior (if file serving is enabled).
* **_zss.socketTrace**: Logs general TCP Socket behavior.
* **_zss.httpParseTrace**: Logs parsing of HTTP messages.
* **_zss.httpDispatchTrace**: Logs dispatching of HTTP messages to dataservices.
* **_zss.httpHeadersTrace**: logs parsing and setting of HTTP headers.
* **_zss.httpHeadersTrace**: Logs parsing and setting of HTTP headers.
* **_zss.httpSocketTrace**: Logs TCP socket behavior for HTTP.
* **_zss.httpCloseConversationTrace**: Logs HTTP behavior for when an HTTP conversation ends.
* **_zss.httpAuthTrace**: Logs behavior for session security.
* **_zss.jwtTrace**: Logs the JSON Web Tokens.

0 comments on commit 3433575

Please sign in to comment.