Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuration of access log format #294

Open
gtcampbell opened this issue Apr 15, 2016 · 4 comments
Open

Support configuration of access log format #294

gtcampbell opened this issue Apr 15, 2016 · 4 comments

Comments

@gtcampbell
Copy link
Contributor

We currently hard-code the format for access logs; it would be better if we allowed this to be configured. It probably makes the most sense to support Apache's format strings.

@leozc
Copy link
Contributor

leozc commented Jan 4, 2017

Do we have any plan on this ?

May be parsing a param from route down to Finagle that will help ?

@wmorgan
Copy link
Member

wmorgan commented Jan 4, 2017

It's not on the short-term roadmap AFAIK. Are there specific formats you want to support?

@bashofmann
Copy link

It would be great to include the time taken to serve the request (like the %{UNIT}T flag in apache's format strings)

@wmorgan
Copy link
Member

wmorgan commented Jan 12, 2017

@bashofmann good idea! FYI, you can get aggregate statistics of that info through the metrics.json endpoint currently (and raw data in individual traces).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants