ordering explanation for log objects
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/dfb14525 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/dfb14525 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/dfb14525 Branch: refs/heads/master Commit: dfb14525ab5f0c1717e7571c037330ad6c2461b2 Parents: 9002499 Author: Miles Libbey <[email protected]> Authored: Mon Jun 8 15:37:43 2015 -0700 Committer: Miles Libbey <[email protected]> Committed: Mon Jun 8 15:44:47 2015 -0700 ---------------------------------------------------------------------- doc/reference/configuration/logs_xml.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/dfb14525/doc/reference/configuration/logs_xml.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/logs_xml.config.en.rst b/doc/reference/configuration/logs_xml.config.en.rst index 78ce361..c676f59 100644 --- a/doc/reference/configuration/logs_xml.config.en.rst +++ b/doc/reference/configuration/logs_xml.config.en.rst @@ -54,7 +54,7 @@ The following list shows ``LogFormat`` specifications. Required Valid format names include any name except ``squid``, ``common``, ``extended``, or ``extended2``, which are pre-defined formats. There - is no default for this tag. + is no default for this tag. The format object needs to be above the the LogObject object. .. _LogFormat-Format:
