From e4bafed2bb31d8af4f60e4188c1326a131f04db4 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 7 Jun 2017 21:34:52 +0200 Subject: [PATCH] [master] updated config examples with refrence to syslog --- doc/examples/kea4/single-subnet.json | 3 ++- doc/examples/kea6/simple.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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": [ {