We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b48f9 + 69bdd2b commit 7309e80Copy full SHA for 7309e80
src/vulnerability_main_automation.py
@@ -25,11 +25,10 @@
25
# Configure logging (will be updated by Configuration)
26
logging.basicConfig(
27
level=logging.DEBUG,
28
- format='%(asctime)s - %(levelname)s - %(message)s'
+ format='%(asctime)s - %(levelname)s - threadName=%(threadName)s - source_file= %(name)s - %(message)s'
29
)
30
logger = logging.getLogger(__name__)
31
32
-
33
def create_argument_parser() -> argparse.ArgumentParser:
34
"""
35
Create and configure argument parser.
0 commit comments