We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9732ed1 commit 25e63ccCopy full SHA for 25e63cc
example.py
@@ -41,5 +41,8 @@ def main():
41
time.sleep(5)
42
43
if __name__ == "__main__":
44
- logging.basicConfig(level=logging.WARN)
+ logging.basicConfig(
45
+ format='%(asctime)s.%(msecs)s:%(name)s:%(thread)d:%(levelname)s:%(process)d:%(message)s',
46
+ level=logging.DEBUG
47
+ )
48
main()
load_example.py
@@ -53,5 +53,8 @@ def main():
53
print 'Messages invalid: %d' % threads[1].invalid
54
55
56
57
58
59
60
0 commit comments