Skip to content

Commit

Permalink
Update openvas_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amine3 authored May 11, 2022
1 parent 4de80b8 commit 3efe489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/openvas_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
logging.basicConfig(
format='%(message)s',
datefmt='[%X]',
handlers=[rich_logging.RichHandler(rich_tracebacks=True)]
handlers=[rich_logging.RichHandler(rich_tracebacks=True)],
level='INFO',
force=True
)
Expand Down

0 comments on commit 3efe489

Please sign in to comment.