services.openssh.settings.LogLevel
NixOS option
Gives the verbosity level that is used when logging messages from sshd(8). Logging with a DEBUG level violates the privacy of users and is not recommended.
type: null or one of "QUIET", "FATAL", "ERROR", "INFO", "VERBOSE", "DEBUG", "DEBUG1", "DEBUG2", "DEBUG3"Default
declared in: nixos/modules/services/networking/ssh/sshd.nixView source on NixOS/nixpkgs →"INFO"