From: Tomek Mrugalski Date: Wed, 7 Jun 2017 19:34:52 +0000 (+0200) Subject: [master] updated config examples with refrence to syslog X-Git-Tag: trac5243_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bafed2bb31d8af4f60e4188c1326a131f04db4;p=thirdparty%2Fkea.git [master] updated config examples with refrence to syslog --- diff --git a/doc/examples/kea4/single-subnet.json b/doc/examples/kea4/single-subnet.json index 5f57f4802a..7d626b5eac 100644 --- a/doc/examples/kea4/single-subnet.json +++ b/doc/examples/kea4/single-subnet.json @@ -42,7 +42,8 @@ // The following configures logging. It assumes that messages with at // least informational level (info, warn, error and fatal) should be -// logged to stdout. +// logged to stdout. Alternatively, you can specify stderr here, a filename +// or 'syslog', which will store output messages via syslog. "Logging": { "loggers": [ { diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json index 9454c1c908..b47ca60f83 100644 --- a/doc/examples/kea6/simple.json +++ b/doc/examples/kea6/simple.json @@ -44,7 +44,8 @@ // The following configures logging. It assumes that messages with at // least informational level (info, warn, error and fatal) should be -// logged to stdout. +// logged to stdout. Alternatively, you can specify stderr here, a filename +// or 'syslog', which will store output messages via syslog. "Logging": { "loggers": [ {