Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Logging

JonZeolla edited this page Jan 1, 2020 · 2 revisions

easy_sast uses Python's logging facility to write logs to a StreamHandler handler. The default configuration is documented here.

Log levels can be configured via the config file or a command line argument.

For advanced logging configurations, consider using a Docker logging driver, or modify the root logger created in main.py.

Clone this wiki locally