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

msglogger only logs tracebacks #7

Open
RonjaPonja opened this issue Jan 14, 2015 · 0 comments
Open

msglogger only logs tracebacks #7

RonjaPonja opened this issue Jan 14, 2015 · 0 comments

Comments

@RonjaPonja
Copy link
Contributor

An excerpt from the log:

2015-01-14_16:06:04.86102 ERROR:msglogger:
2015-01-14_16:06:04.86104 Traceback (most recent call last):
2015-01-14_16:06:04.86104 File "/srv/edi/edi/apps/msg-logger/logger.py", line 113, in handle_msg
2015-01-14_16:06:04.86105 cur.execute(sql, (now, msg.routing_key, msg.properties["content_type"], msg.body))
2015-01-14_16:06:04.86105 ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.

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

1 participant