cambiato livello debug
This commit is contained in:
+1
-2
@@ -73,7 +73,7 @@ def subChars(s):
|
||||
if __name__ == '__main__':
|
||||
# Setup Logger
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
LOGGER.setLevel(logging.DEBUG)
|
||||
LOGGER.setLevel(logging.INFO)
|
||||
LOGGER.propagate = False
|
||||
FORMATTER = logging.Formatter(("%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s"),
|
||||
("%m-%d %H:%M:%S"))
|
||||
@@ -89,6 +89,5 @@ if __name__ == '__main__':
|
||||
LOGGER.addHandler(cl)
|
||||
|
||||
LOGGER.warning("MarcaturaDime Started!")
|
||||
|
||||
sys.exit(main())
|
||||
pass
|
||||
Reference in New Issue
Block a user