mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-23 10:54:16 -04:00
Remove ambiguous link anchors for logging { file } statement
Unfortunatelly logging and zone blocks use file statements with
different semantics but the same name.
There is no sane way to disambiguate them in text, so let's remove the
link anchor from logging so we can link to the file statement in zone.
My assumption is that linking to logging { file } is very unlikely
because logging is self-contained in one block but zone config is all
over the place.
This commit is contained in:
parent
d6b2423c99
commit
fbcaa44851
1 changed files with 1 additions and 2 deletions
|
|
@ -628,8 +628,7 @@ by the channel (the default is ``info``), and whether to include a
|
|||
to be discarded; in that case, other options for the channel are
|
||||
meaningless.
|
||||
|
||||
.. namedconf:statement:: file
|
||||
|
||||
``file``
|
||||
The ``file`` destination clause directs the channel to a disk file. It
|
||||
can include additional arguments to specify how large the file is
|
||||
allowed to become before it is rolled to a backup file (``size``), how
|
||||
|
|
|
|||
Loading…
Reference in a new issue