Hi all,

I have read in the documentation that multiple loggers can be setup.

But I don't quit understand how to setup remote logging.

thus far we have setup our logging locally using this config:
"loggers": [
    {
        "name": "kea-dhcp4",
        "output_options": [
            {
                "output": "/var/log/kea/kea-dhcp4.log"
            }
        ],
        "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 ?

Any help is appreciated

Regards,

Ronald

-- 
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

Reply via email to