2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] updated config examples with refrence to syslog

This commit is contained in:
Tomek Mrugalski 2017-06-07 21:34:52 +02:00
parent a6198d72db
commit e4bafed2bb
2 changed files with 4 additions and 2 deletions

View 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": [
{

View 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": [
{