From: Tomek Mrugalski Date: Fri, 18 Jul 2014 19:11:42 +0000 (+0200) Subject: [3427] Changes after review: X-Git-Tag: trac3482_base~54^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d26a49452072a635d58d83c09221cb62a023872d;p=thirdparty%2Fkea.git [3427] Changes after review: - Kea ARM updated - shell tests for Kea4,Kea6 and D2 are now passing - kea.conf updated with logging info - Various improvements in Daemon and LogConfigParser - DEFAULT_SYSLOG_NAME removed - Copyright years fixed - Couple additional tests written --- diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index 2459896029..9f8ca09a27 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -55,13 +55,14 @@ name (string) - Each logger in the system has a name, the name being that - of the component using it to log messages. For instance, - if you want to configure logging for the Dhcp4 module, - you add an entry for a logger named Dhcp4. This - configuration will then be used by the loggers in the - Dhcp4 module, and all the libraries used by it. - + Each logger in the system has a name, the name being that + of the component using it to log messages. For instance, + if you want to configure logging for the Dhcp4 module, + you add an entry for a logger named Dhcp4. This + configuration will then be used by the loggers in the + Dhcp4 module, and all the libraries used by it (unless + a library defines its own logger). +