eliminato il log da git
parent
8831aaa641
commit
61a0ed9173
|
|
@ -14,3 +14,4 @@ MkpWIFI/main.spec
|
||||||
MkpWIFI/*.dll
|
MkpWIFI/*.dll
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
log
|
||||||
|
|
|
||||||
657634
MkpWIFI/log/dimelog.log
657634
MkpWIFI/log/dimelog.log
File diff suppressed because it is too large
Load Diff
|
|
@ -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"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue