From 3069e54d04d261b29640f529f5ed7b4ce1044693 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 6 May 2020 10:12:32 -0700 Subject: [PATCH] Updated Logging Facilities (markdown) --- Logging-Facilities.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Logging-Facilities.md b/Logging-Facilities.md index 591312d..7b34933 100644 --- a/Logging-Facilities.md +++ b/Logging-Facilities.md @@ -22,4 +22,6 @@ Restart the sshd service after making changes to sshd_config. With this option, the logs would be collected at %programdata%\ssh\logs. sftp-server would follow similar semantics for logging (by default to ETW) and to files using the following as subsystem path in sshd_config: -`sftp-server -f LOCAL0` +`sftp-server -f LOCAL0 -l DEBUG3` + +Restart the sshd service after making changes to sshd_config. sftp-server logs will be written to %programdata%\ssh\logs\sftp-server.log \ No newline at end of file