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:
Petr Špaček 2022-06-17 14:42:32 +02:00
parent d6b2423c99
commit fbcaa44851
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE

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