This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new fe915b0 Fixed some errors in the default yaml logging config file
fe915b0 is described below
commit fe915b05d1d9d10fbf2f976987e23e5d51339d0a
Author: Bryan Call <[email protected]>
AuthorDate: Tue Jun 19 15:31:42 2018 -0700
Fixed some errors in the default yaml logging config file
---
proxy/config/logging.config.default | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/proxy/config/logging.config.default
b/proxy/config/logging.config.default
index 6147ae5..4b83ab6 100644
--- a/proxy/config/logging.config.default
+++ b/proxy/config/logging.config.default
@@ -81,8 +81,7 @@ formats:
# Extended Log Format.
- name: 'extended'
- formatX: |-
- %<chi> - %<caun> [%<cqtn>] "%<cqtx>" %<pssc> %<pscl> %<sssc> %<sscl>
%<cqcl> %<pqcl> %<cqhl> %<pshl> %<pqhl> %<sshl> %<tts>
+ format: '%<chi> - %<caun> [%<cqtn>] "%<cqtx>" %<pssc> %<pscl> %<sssc>
%<sscl> %<cqcl> %<pqcl> %<cqhl> %<pshl> %<pqhl> %<sshl> %<tts>'
# Extended2 Log Formats
- name: "extended2"
@@ -90,7 +89,7 @@ formats:
logs:
- filename: squid
- format: quid
+ format: squid
mode: binary