eliminato il log da git

master
Emanuele Trabattoni 2019-10-01 09:03:20 +02:00
parent 8831aaa641
commit 61a0ed9173
3 changed files with 2 additions and 657635 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ MkpWIFI/main.spec
MkpWIFI/*.dll MkpWIFI/*.dll
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
log

File diff suppressed because it is too large Load Diff

View File

@ -73,7 +73,7 @@ def subChars(s):
if __name__ == '__main__': if __name__ == '__main__':
# Setup Logger # Setup Logger
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO) LOGGER.setLevel(logging.DEBUG)
LOGGER.propagate = False LOGGER.propagate = False
FORMATTER = logging.Formatter(("%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s"), FORMATTER = logging.Formatter(("%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s"),
("%m-%d %H:%M:%S")) ("%m-%d %H:%M:%S"))