This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new ad7eaf7  Fixed some errors in the default yaml logging config file
ad7eaf7 is described below

commit ad7eaf7e0cbca24f9dc3c2d1a430252652f4fa50
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Jun 19 15:31:42 2018 -0700

    Fixed some errors in the default yaml logging config file
    
    (cherry picked from commit fe915b05d1d9d10fbf2f976987e23e5d51339d0a)
---
 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
 
 

Reply via email to