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