summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-09 16:05:13 +0200
committerPaul Buetow <paul@buetow.org>2026-01-09 19:40:51 +0200
commit97da3d02a87494c8add3709dcc8c6e657a934424 (patch)
tree86ae94eb3c9a3520b0ddb5cd5c001ac34cde3c50
parenta711e16b4ee24b2ea5bef3677196ac88dabac0bb (diff)
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 <noreply@anthropic.com>
-rw-r--r--f3s/git-server/docker-image/sshd_config2
1 files changed, 1 insertions, 1 deletions
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