mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-02 12:56:26 +00:00
Fix logging
This commit is contained in:
@@ -115,7 +115,7 @@ def _main():
|
||||
|
||||
args = arg_parser.parse_args()
|
||||
|
||||
logger.setLevel(logger.setLevel(logging.INFO))
|
||||
logger.setLevel(logging.INFO)
|
||||
if args.silent:
|
||||
logger.setLevel(logging.ERROR)
|
||||
if args.debug:
|
||||
|
||||
Reference in New Issue
Block a user