This is an automated email from the ASF dual-hosted git repository. sudheerv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 37bf05307ed53e4f5cd65601aa67cb5e0d412d16 Author: Sudheer Vinukonda <[email protected]> AuthorDate: Mon Jul 15 15:23:01 2019 -0700 Fix formatting --- doc/admin-guide/files/logging.yaml.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/files/logging.yaml.en.rst b/doc/admin-guide/files/logging.yaml.en.rst index a53d053..f4d6937 100644 --- a/doc/admin-guide/files/logging.yaml.en.rst +++ b/doc/admin-guide/files/logging.yaml.en.rst @@ -164,7 +164,7 @@ They may be used, optionally, to accept, reject logging or mask query param valu Filter objects are created by assigning them a ``name`` to be used later to refer to the filter, as well as an ``action`` (either ``accept``, ``reject`` or -``wipe_field_value``). ``Accept``, ``reject`` or ``wipe_field_value` filters require +``wipe_field_value``). ``Accept``, ``reject`` or ``wipe_field_value`` filters require a ``condition`` against which to match all events. The ``condition`` fields must be in the following format::
