Update Settings authored by jvfpw18's avatar jvfpw18
......@@ -56,7 +56,7 @@ The possible levels, that starting from the one that shows less information to t
**3.** WARNING;
**4.** INFO;
**5.** DEBUG;
**6.** NOT SET;
**6.** NOTSET;
~~~
LOGGING_LEVEL = logging.INFO
LOGGING_FORMAT = "%(levelname)s - %(name)s: %(message)s"
......
......