From a783ae6193ebd2b76cab7ffdc26af3dd9bdc7f6b Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Mon, 9 Apr 2018 11:57:00 -0700 Subject: [PATCH] Updated Logging Facilities (markdown) --- Logging-Facilities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Logging-Facilities.md b/Logging-Facilities.md index 99df8be..37a849f 100644 --- a/Logging-Facilities.md +++ b/Logging-Facilities.md @@ -13,6 +13,7 @@ To see Debug logs in EventViewer, do the following: - In Eventviewer, select option to show "Analytic and Debug Logs" (under top menu, View) - Enable Debug logging (select Debug channel, click "Enable log" on right menu) +#### File based logging File based logging option (useful for quickly collecting debug traces) can be turned on by setting the following in sshd_config `SyslogFacility LOCAL0 `