diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 16:05:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 16:05:13 +0200 |
| commit | fda1c1374990caabca42ab16b592be264b4ada98 (patch) | |
| tree | 2a24272556d5c23748e68bddd7f709f3e9a75ff9 /f3s/git-server/docker-image | |
| parent | 2ec824a58ce69afaa075dd65eec4e4f05e035ba4 (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 |
