You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,12 @@ except ConfigException as e:
66
66
67
67
#to access your config you need just:
68
68
logging.getLogger(__name__)
69
-
logging.basicConfig(format=config.core.logging.format, datefmt=config.core.logging.datefmt, level=20)# look this, at this point I'm already using the config variable
69
+
70
+
logging.basicConfig(
71
+
format=config.core.logging.format, #look this, at this point I'm already using the config variable
0 commit comments