Skip to content

Commit

Permalink
Switch to text access log file for Traffic Server.
Browse files Browse the repository at this point in the history
Since we're now routing to APIs directly with Traffic Server, switch to
a text log, instead of a binary log for easier searching, since this log
file might be more useful for debugging now.
  • Loading branch information
GUI committed May 23, 2018
1 parent efdd95b commit bd7f9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc/trafficserver/logging.config.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extended_custom = format {
Format = '%<chi> - %<caun> [%<cqtn>] "%<cqtx>" %<pssc> %<pscl> %<{X-Api-Umbrella-Request-ID}cqh> sssc=%<sssc> sscl=%<sscl> cqbl=%<cqbl> pqbl=%<pqbl> cqhl=%<cqhl> pshl=%<pshl> pqhl=%<pqhl> sshl=%<sshl> ttms=%<ttms> stms=%<stms> phr=%<phr> cfsc=%<cfsc> pfsc=%<pfsc> crc=%<crc> chm=%<chm> cwr=%<cwr> cwtr=%<cwtr>'
}

log.binary {
log.ascii {
Format = extended_custom,
Filename = 'access.blog'
Filename = 'access.log'
}

0 comments on commit bd7f9fa

Please sign in to comment.