mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[3536] Fixed a few editorial nits.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
severity (some are more important than others) and source (some are
|
severity (some are more important than others) and source (some are
|
||||||
produced by specific components, e.g. hooks). It is useful to understand
|
produced by specific components, e.g. hooks). It is useful to understand
|
||||||
which log messages are needed and which are not and configure your
|
which log messages are needed and which are not and configure your
|
||||||
logging appropriately. For example debug level messages can be safely
|
logging appropriately. For example, debug level messages can be safely
|
||||||
ignored in a typical deployment. They are, however, very useful when
|
ignored in a typical deployment. They are, however, very useful when
|
||||||
debugging a problem.
|
debugging a problem.
|
||||||
</para>
|
</para>
|
||||||
@@ -35,9 +35,9 @@
|
|||||||
<para>
|
<para>
|
||||||
The logging system in Kea is configured through the
|
The logging system in Kea is configured through the
|
||||||
<replaceable>Logging</replaceable> structure in your configuration
|
<replaceable>Logging</replaceable> structure in your configuration
|
||||||
file. All daemons (e.g. a DHCPv4 and DHCPv6 servers) will look at the
|
file. All daemons (e.g. DHCPv4 and DHCPv6 servers) will use the
|
||||||
configuration in the <replaceable>Logging</replaceable> structure to see
|
configuration in the <replaceable>Logging</replaceable> structure to see
|
||||||
what should be logged and to where. This allows sharing identical
|
what should be logged and to where. This allows for sharing identical
|
||||||
logging configuration between daemons.
|
logging configuration between daemons.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<para>
|
<para>
|
||||||
In the Logging structure in a configuration file you can
|
In the Logging structure in a configuration file you can
|
||||||
specify the configuration for zero or more loggers. If there are
|
specify the configuration for zero or more loggers. If there are
|
||||||
no specified loggers, the code will use default values which
|
no loggers specified, the code will use default values which
|
||||||
cause Kea to log messages on at least INFO severity to standard
|
cause Kea to log messages on at least INFO severity to standard
|
||||||
output.
|
output.
|
||||||
<!-- @todo: add reference to section about controlling default
|
<!-- @todo: add reference to section about controlling default
|
||||||
|
Reference in New Issue
Block a user