From fda1c1374990caabca42ab16b592be264b4ada98 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Jan 2026 16:05:13 +0200 Subject: Reduce SSH logging from DEBUG3 to INFO Debug logging was useful for troubleshooting but not needed in production. Co-Authored-By: Claude Sonnet 4.5 --- f3s/git-server/docker-image/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'f3s/git-server/docker-image') diff --git a/f3s/git-server/docker-image/sshd_config b/f3s/git-server/docker-image/sshd_config index da9ef33..7e899e0 100644 --- a/f3s/git-server/docker-image/sshd_config +++ b/f3s/git-server/docker-image/sshd_config @@ -28,7 +28,7 @@ PermitTunnel no # Logging SyslogFacility AUTH -LogLevel DEBUG3 +LogLevel INFO # Performance UseDNS no -- cgit v1.2.3