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 ...@@ -56,7 +56,7 @@ The possible levels, that starting from the one that shows less information to t
**3.** WARNING; **3.** WARNING;
**4.** INFO; **4.** INFO;
**5.** DEBUG; **5.** DEBUG;
**6.** NOT SET; **6.** NOTSET;
~~~ ~~~
LOGGING_LEVEL = logging.INFO LOGGING_LEVEL = logging.INFO
LOGGING_FORMAT = "%(levelname)s - %(name)s: %(message)s" LOGGING_FORMAT = "%(levelname)s - %(name)s: %(message)s"
... ...
......