From 778199f198b53a4eefe4708f93183a3dd8530a29 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:22:15 +0200 Subject: [PATCH 1/2] Update mvd-core-loggers.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- docs/extend/extend-desktop/mvd-core-loggers.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/extend/extend-desktop/mvd-core-loggers.md b/docs/extend/extend-desktop/mvd-core-loggers.md index 49419eb25d..94375b30f6 100644 --- a/docs/extend/extend-desktop/mvd-core-loggers.md +++ b/docs/extend/extend-desktop/mvd-core-loggers.md @@ -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. @@ -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 @@ -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. From 998850b27660f9f624601404e34e32a09060aa5f Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:44:07 +0200 Subject: [PATCH 2/2] Update mvd-core-loggers.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- docs/extend/extend-desktop/mvd-core-loggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/extend-desktop/mvd-core-loggers.md b/docs/extend/extend-desktop/mvd-core-loggers.md index 94375b30f6..90b206ecd0 100644 --- a/docs/extend/extend-desktop/mvd-core-loggers.md +++ b/docs/extend/extend-desktop/mvd-core-loggers.md @@ -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.