[Kea-users] Questions about config DHCP4

Darren Ankney darren.ankney at gmail.com
Tue Mar 5 11:02:12 UTC 2024


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


More information about the Kea-users mailing list