Browse Source

[master] updated config examples with refrence to syslog

Tomek Mrugalski 7 years ago
parent
commit
e4bafed2bb
2 changed files with 4 additions and 2 deletions
  1. 2 1
      doc/examples/kea4/single-subnet.json
  2. 2 1
      doc/examples/kea6/simple.json

+ 2 - 1
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": [
         {

+ 2 - 1
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": [
         {