Skip to content

Commit

Permalink
enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kenohassler committed Nov 8, 2023
1 parent 5d57ed0 commit c10251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sast-fuzz/static_analysis/sast/src/sfa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from sfa.analysis.tool_runner import BUILD_SCRIPT_NAME, SASTToolRunner
from sfa.utils.proc import run_with_multiproc

logging.basicConfig(format="%(asctime)s SFA[%(levelname)s]: %(message)s", level=logging.INFO, stream=sys.stdout)
logging.basicConfig(format="%(asctime)s SFA[%(levelname)s]: %(message)s", level=logging.DEBUG, stream=sys.stdout)

# Path of the default config file.
DEFAULT_CONFIG_FILE = Path.cwd() / "config.yml"
Expand Down

0 comments on commit c10251f

Please sign in to comment.