Skip to content

Commit a3e60f8

Browse files
Updated logger (AlgoPy)
1 parent beaf84b commit a3e60f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODS/_MOD_SKELETON.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __lib_class import *
99

1010
if __name__ == "__main__":
11-
log = Log(debug=DEBUG)
11+
log = Log({"log_level": DEBUG})
1212

1313
# Your actual code, must be able to run without any interference by outside actions
1414
# USE log.debug, log.info, log.error, log.warning and log.critical and log.string as well

0 commit comments

Comments
 (0)