Created
February 23, 2015 21:40
-
-
Save ndarilek/14e595770b09cf99cab9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.7/logging/handlers.py", line 76, in emit | |
if self.shouldRollover(record): | |
File "/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover | |
msg = "%s\n" % self.format(record) | |
File "/usr/lib/python2.7/logging/__init__.py", line 724, in format | |
return fmt.format(record) | |
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format | |
record.message = record.getMessage() | |
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage | |
msg = msg % self.args | |
TypeError: not all arguments converted during string formatting | |
Logged from file transaction_queue.py, line 147 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment