We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbca721 commit ccadb4dCopy full SHA for ccadb4d
test/testutil.py
@@ -143,6 +143,7 @@ def __exit__(self, *args):
143
self.end = time.time()
144
self.interval = self.end - self.start
145
146
-logging.basicConfig(level=logging.DEBUG)
+logging.basicConfig(level=logging.DEBUG,
147
+ format="%(asctime)-15s %(name)-20s %(levelname)-10s %(message)s")
148
logging.getLogger('test.fixtures').setLevel(logging.ERROR)
149
logging.getLogger('test.service').setLevel(logging.ERROR)
0 commit comments