Skip to content

Commit bd7f9fa

Browse files
committed
Switch to text access log file for Traffic Server.
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.
1 parent efdd95b commit bd7f9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/etc/trafficserver/logging.config.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extended_custom = format {
22
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>'
33
}
44

5-
log.binary {
5+
log.ascii {
66
Format = extended_custom,
7-
Filename = 'access.blog'
7+
Filename = 'access.log'
88
}

0 commit comments

Comments
 (0)