mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-25 05:15:24 +00:00
Improve log formatting
This commit is contained in:
@@ -41,7 +41,7 @@ from parsedmarc.utils import parse_email
|
||||
__version__ = "5.2.0"
|
||||
|
||||
logging.basicConfig(
|
||||
format='%(levelname)-8s [%(filename)s:%(lineno)d] '
|
||||
format='%(levelname)8s:%(filename)s:%(lineno)d:'
|
||||
'%(message)s',
|
||||
datefmt='%Y-%m-%d:%H:%M:%S')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user