Skip to content

Commit

Permalink
Update run_virus_scan.py (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
r350178982 committed Apr 26, 2024
1 parent f074e2d commit 687ae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virus_scanner/run_virus_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
kw = {
'format': '[%(asctime)s] [%(levelname)s] %(message)s',
'datefmt': '%m/%d/%Y %H:%M:%S',
'level': logging.DEBUG,
'level': logging.INFO,
'stream': sys.stdout
}
logging.basicConfig(**kw)

from seafevents.virus_scanner.scan_settings import logger
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)

parser = argparse.ArgumentParser()
parser.add_argument('-c', '--config-file',
Expand Down

0 comments on commit 687ae24

Please sign in to comment.