Hi Ronald, You can have multiple output options like below, if you prefer. See here: https://kea.readthedocs.io/en/kea-2.4.0/arm/logging.html#the-output-string-option for details about syslog output. The below edited configuration with multiple outputs will output the logs from kea-dhcp4 logger to both /var/log/kea/kea-dhcp4.log and syslog.
> "loggers": [ > { > "name": "kea-dhcp4", > "output_options": [ > { > "output": "/var/log/kea/kea-dhcp4.log" > }, > { > "output": "syslog" > } > ], > "severity": "INFO", > > "debuglevel": 0 > } > > So how can we setup additional logging to be forwarded to our syslog server? > (we are using syslog-ng locally) > Should we configure an additional logger to syslog, filter out the message > locally and sent them to the remote logger ? -- ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users. Kea-users mailing list Kea-users@lists.isc.org https://lists.isc.org/mailman/listinfo/kea-users