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:
parent
a6198d72db
commit
e4bafed2bb
@ -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": [
|
||||
{
|
||||
|
@ -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": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user