services.mosquitto.logDest

NixOS option

Destinations to send log messages to.

type: list of (absolute path or one of "stdout", "stderr", "syslog", "topic", "dlt")
Default
[
  "stderr"
]
declared in: nixos/modules/services/networking/mosquitto.nixView source on NixOS/nixpkgs →