Update logscript.py

This commit is contained in:
Elmon11 2021-01-07 20:14:15 +01:00 committed by GitHub
parent 7342ccc5d5
commit 591a86b37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import logging
logging.basicConfig(level=logging.CRITICAL, format='%(message)s', handlers=[
logging.FileHandler('log.log', 'a')])
logging.FileHandler('log.log', 'a')])