Browse Source

[3684] Updated configuration examples per second round of review.

Marcin Siodelski 8 years ago
parent
commit
1fe02beb42

+ 2 - 2
doc/examples/kea4/backends.json

@@ -68,7 +68,7 @@
 #      "contact_points": "192.0.2.1,192.0.2.2,192.0.2.3"
 #  },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -90,7 +90,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea4/classify.json

@@ -83,7 +83,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/leases-expiration.json

@@ -35,7 +35,7 @@
     "unwarned-reclaim-cycles": 10
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # The following list defines subnets. We have only one subnet
@@ -50,7 +50,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/multiple-options.json

@@ -17,7 +17,7 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -55,7 +55,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/mysql-reservations.json

@@ -19,7 +19,7 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -76,7 +76,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/pgsql-reservations.json

@@ -19,7 +19,7 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -76,7 +76,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/reservations.json

@@ -17,7 +17,7 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -113,7 +113,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 4 - 4
doc/examples/kea4/several-subnets.json

@@ -18,9 +18,9 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with the valid lifetimes being 4000.
-# Client is told to start renewing after 1000 seconds. If the server
-# does not respond after 2000 seconds since the lease was granted, client
+# Addresses will be assigned with a lifetime of 4000 seconds.
+# The client is told to start renewing after 1000 seconds. If the server
+# does not respond within 2000 seconds of the lease being granted, client
 # is supposed to start REBIND procedure (emergency renewal that allows
 # switching to a different server).
   "valid-lifetime": 4000,
@@ -39,7 +39,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 2 - 2
doc/examples/kea4/single-subnet.json

@@ -18,7 +18,7 @@
     "type": "memfile"
   },
 
-# Addresses will be assigned with valid lifetimes being 4000.
+# Addresses will be assigned with a lifetime of 4000 seconds.
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
@@ -40,7 +40,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/advanced.json

@@ -73,7 +73,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/backends.json

@@ -91,7 +91,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/classify.json

@@ -67,7 +67,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/leases-expiration.json

@@ -58,7 +58,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/multiple-options.json

@@ -51,7 +51,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/mysql-reservations.json

@@ -73,7 +73,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/pgsql-reservations.json

@@ -73,7 +73,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/reservations.json

@@ -111,7 +111,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/several-subnets.json

@@ -43,7 +43,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {

+ 1 - 1
doc/examples/kea6/simple.json

@@ -42,7 +42,7 @@
 },
 
 # The following configures logging. It assumes that messages with at least
-# informational level (info, warn, error) will will be logged to stdout.
+# informational level (info, warn, error and fatal) should be logged to stdout.
 "Logging": {
     "loggers": [
         {