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] 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.