services.prosody.log

NixOS option

Logging configuration. See for more details

type: strings concatenated with "\n"
Default
"\"*syslog\""
Example
''
  {
    { min = "warn"; to = "*syslog"; };
  }
''
declared in: nixos/modules/services/networking/prosody.nixView source on NixOS/nixpkgs →