> On Aug 11, 2016, at 9:57 AM, James Peach <jpe...@apache.org> wrote: > > Hi all, > > As part of our gradual shift to a more programmatic configuration model, we > have reimplemented the custom logging configuration file in Lua, replacing > the old XML-based configuration. The primary Jira for this work is TS-4548. > > The configuration format is still in review, so now is a great time for your > feedback on both the proposal itself and the specific syntax of the new > logging.config configuration file. > > The default config looks like this: > > https://github.com/jpeach/trafficserver/blob/65fdb20c378cbcbdebb9dee98e1565a637608cd4/proxy/config/logging.config.default > > The configuration we have deployed on docs.trafficserver.apache.org looks > like this: > log.binary { > Format = '%<cqtq> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> > %<cquuc> %<caun> %<phr>/%<pqsn> %<psct> %<cqpv>', > Filename = 'squid' > }
+1. I did this migration on docs.trafficserver, and it was very straight forward. Cheers, — Leif