]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] updated config examples with refrence to syslog
authorTomek Mrugalski <tomasz@isc.org>
Wed, 7 Jun 2017 19:34:52 +0000 (21:34 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 7 Jun 2017 19:34:52 +0000 (21:34 +0200)
doc/examples/kea4/single-subnet.json
doc/examples/kea6/simple.json

index 5f57f4802a2a4325e1fe2023fec0beabd68029c1..7d626b5eac3b4a695770d1fe5d5b82dd7199a1ab 100644 (file)
@@ -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": [
         {
index 9454c1c908af43c601a0700959f8a483c52e4fda..b47ca60f83b5b2b85030aabac10d3c68672dacac 100644 (file)
@@ -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": [
         {