services.sslh.settings.verbose-connections

NixOS option

Where to log connections information. Possible values are: don’t log anything write log to stdout write log to syslog write log to both stdout and syslog write to a log file (sslh.settings.logfile)

type: integer between 0 and 4 (both inclusive)
Default
0
declared in: nixos/modules/services/networking/sslh.nixView source on NixOS/nixpkgs →