mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[master] updated config examples with refrence to syslog
This commit is contained in:
@@ -42,7 +42,8 @@
|
|||||||
|
|
||||||
// The following configures logging. It assumes that messages with at
|
// The following configures logging. It assumes that messages with at
|
||||||
// least informational level (info, warn, error and fatal) should be
|
// 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": {
|
"Logging": {
|
||||||
"loggers": [
|
"loggers": [
|
||||||
{
|
{
|
||||||
|
@@ -44,7 +44,8 @@
|
|||||||
|
|
||||||
// The following configures logging. It assumes that messages with at
|
// The following configures logging. It assumes that messages with at
|
||||||
// least informational level (info, warn, error and fatal) should be
|
// 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": {
|
"Logging": {
|
||||||
"loggers": [
|
"loggers": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user