Skip to content

Commit

Permalink
refactor(tools): reduce SSHd log level in Fabric All In One image
Browse files Browse the repository at this point in the history
The extra verbose logs of the SSH daemon were useful when
debugging issues with SSHd itself but it has been stabilized
and so it is no longer helpful but rather just makes debugging other
issues harder with the spammy logs it produces so it seemed like
it was time to drop the log levels a bit. It can always be added back
later if further issues are encountered with SSHd in the container.

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Apr 16, 2021
1 parent f5c5d82 commit 61ce755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/fabric-all-in-one/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ logfile_backups=10
loglevel = debug

[program:sshd]
command=/usr/sbin/sshd -D -dd
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
stderr_logfile=/dev/stderr
Expand Down

0 comments on commit 61ce755

Please sign in to comment.