2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add tags/short descriptions for "logging" category

This commit is contained in:
Suzanne Goldlust
2022-07-06 15:54:08 +00:00
committed by Petr Špaček
parent 3ab858d828
commit 51a41ec7ef

View File

@@ -627,6 +627,8 @@ specified.
The :any:`channel` Phrase The :any:`channel` Phrase
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
.. namedconf:statement:: channel .. namedconf:statement:: channel
:tags: logging
:short: Defines a stream of data that can be independently logged.
All log output goes to one or more ``channels``; there is no limit to All log output goes to one or more ``channels``; there is no limit to
the number of channels that can be created. the number of channels that can be created.
@@ -890,6 +892,8 @@ To discard all messages in a category, specify the :namedconf:ref:`null` channel
category notify { null; }; category notify { null; };
.. namedconf:statement:: category .. namedconf:statement:: category
:tags: logging
:short: Specifies the type of data logged to a particular channel.
The following are the available categories and brief descriptions of the The following are the available categories and brief descriptions of the
types of log information they contain. More categories may be added in types of log information they contain. More categories may be added in