diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 16:05:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:51 +0200 |
| commit | 97da3d02a87494c8add3709dcc8c6e657a934424 (patch) | |
| tree | 86ae94eb3c9a3520b0ddb5cd5c001ac34cde3c50 /f3s/git-server/docker-image | |
| parent | a711e16b4ee24b2ea5bef3677196ac88dabac0bb (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>
Diffstat (limited to 'f3s/git-server/docker-image')
| -rw-r--r-- | f3s/git-server/docker-image/sshd_config | 2 |
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 |
