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.

(cherry picked from commit fbcaa44851)
This commit is contained in:
Petr Špaček
2022-06-17 14:42:32 +02:00
parent 1b9c74152e
commit 19fde8b8f1

View File

@@ -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