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

Chaussette does not log requests #41

Open
MajidSerag opened this issue Oct 1, 2013 · 1 comment
Open

Chaussette does not log requests #41

MajidSerag opened this issue Oct 1, 2013 · 1 comment

Comments

@MajidSerag
Copy link

Hello,

I'm running applications such as django and flask using chaussette through circus with gevent as my backend.
Chaussette does not log any of the incoming requests, though.
Is there a way to configure chaussette to do this without changing its code?

@tarekziade
Copy link
Member

Each backend has its own logging system, and unfortunately we don't expose/configure them yet through chaussette.

I gevent for instance, we need to configure the 'log' option, see https://github.com/mozilla-services/chaussette/blob/master/chaussette/backend/_gevent.py#L34

That would be easy and a nice-to-have feature.

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

No branches or pull requests

2 participants