Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b4fe1c31
Commit
b4fe1c31
authored
Sep 23, 2014
by
Marcin Siodelski
Browse files
[3536] Fixed a few editorial nits.
parent
17ba6ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/logging.xml
View file @
b4fe1c31
...
...
@@ -27,7 +27,7 @@
severity (some are more important than others) and source (some are
produced by specific components, e.g. hooks). It is useful to understand
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
debugging a problem.
</para>
...
...
@@ -35,9 +35,9 @@
<para>
The logging system in Kea is configured through the
<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
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.
</para>
...
...
@@ -56,7 +56,7 @@
<para>
In the Logging structure in a configuration file you can
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
output.
<!-- @todo: add reference to section about controlling default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment