services.prosody.log
Logging configuration. See for more details
- Type
strings concatenated with "\n"- Default
"\"*syslog\""- Example
'' { { min = "warn"; to = "*syslog"; }; } ''- Declared
- <nixpkgs/nixos/modules/services/networking/prosody.nix>
Logging configuration. See for more details
strings concatenated with "\n""\"*syslog\""''
{
{ min = "warn"; to = "*syslog"; };
}
''