erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.29k stars 267 forks source link

What is the log format used ? #295

Closed chomwitt closed 7 years ago

chomwitt commented 7 years ago

I checked some log in a debian system in /var/log/yaws/foosite.access and they dont follow the https://en.wikipedia.org/wiki/Common_Log_Format , they seem to have identifier at the end?

capflam commented 7 years ago

Yaws use the Combined log format, as defined in Apache documentation. This format is exactly the same as the Common Log Format, with the addition of two more fields: The Referer and the User-Agent.

chomwitt commented 7 years ago

Cool , thanks.