Update subgen.py
This commit is contained in:
@@ -84,7 +84,7 @@ if timestamps:
|
|||||||
sys.stdout = TimestampedStdout(sys.stdout)
|
sys.stdout = TimestampedStdout(sys.stdout)
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
|
logging.basicConfig(stream=sys.stderr, level=logging.DEBUG, format="%(asctime)s %(levelname)s: %(message)s")
|
||||||
else:
|
else:
|
||||||
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user