Hi,

>
> 2.       In the log, I just keep the basic output [path]file.log. Is it 
> possible to have the output file in local + a syslog (for the headquarters). 
> If yes, how I am supposed to write it?

You can add multiple output blocks to a single log configuration such
that the output could go to more than one file or a file and syslog or
a stdout or whatever combination can be made.  For example:

"output_options": [
                {
                    "output": "/var/log/kea.log"
                },
                {
                    "output": "stdout"
                },
                {
                    "output": "syslog"
                }
           ],

Thank you,
Darren Ankney
-- 
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