-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Stdlib 'wrapping' doesn't pass positional args to the stdlib logger #19
Labels
Comments
gcbirzan
added a commit
to gcbirzan/structlog
that referenced
this issue
Dec 1, 2013
gcbirzan
added a commit
to gcbirzan/structlog
that referenced
this issue
Dec 16, 2013
gcbirzan
added a commit
to gcbirzan/structlog
that referenced
this issue
Jun 11, 2014
gcbirzan
added a commit
to gcbirzan/structlog
that referenced
this issue
Jun 14, 2014
emfree
added a commit
to nylas/sync-engine
that referenced
this issue
Jul 14, 2014
Summary: Run with: gunicorn --worker-class inbox.api.wsgi.InboxWSGIWorker --logger-class inbox.api.wsgi.GunicornLogger inbox.api.srv:app ... This also requires some minor changes to our existing logging setup, because gunicorn passes positional arguments in its logging messages (`self.log.info('message %s', some_value)`) but structlog can't currently handle that (hynek/structlog#19). Test Plan: Run `bin/inbox-api` and `gunicorn --worker-class inbox.api.wsgi.InboxWSGIWorker --logger-class inbox.api.wsgi.GunicornLogger --workers=1 --bind 127.0.0.1:5555 inbox.api.srv:app` and make some API requests. Reviewers: spang Reviewed By: spang Differential Revision: https://review.inboxapp.com/D235
emfree
added a commit
to nylas/sync-engine
that referenced
this issue
Jul 14, 2014
Summary: Run with: gunicorn --worker-class inbox.api.wsgi.InboxWSGIWorker --logger-class inbox.api.wsgi.GunicornLogger inbox.api.srv:app ... This also requires some minor changes to our existing logging setup, because gunicorn passes positional arguments in its logging messages (`self.log.info('message %s', some_value)`) but structlog can't currently handle that (hynek/structlog#19). Test Plan: Run `bin/inbox-api` and `gunicorn --worker-class inbox.api.wsgi.InboxWSGIWorker --logger-class inbox.api.wsgi.GunicornLogger --workers=1 --bind 127.0.0.1:5555 inbox.api.srv:app` and make some API requests. Reviewers: spang Reviewed By: spang Differential Revision: https://review.inboxapp.com/D235
lakshmi-kannan
pushed a commit
to lakshmi-kannan/structlog
that referenced
this issue
Nov 6, 2014
lakshmi-kannan
pushed a commit
to lakshmi-kannan/structlog
that referenced
this issue
Nov 6, 2014
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is used (by us, anyway), extensively, because we just like pain. But, even so, it should be supported.
The text was updated successfully, but these errors were encountered: