-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Review logging across the application and standardize to a common format that's conducive to key-value extraction.
I'm thinking two main loggers:
- Application logs (database, loading and running scanners, etc)
- Results (final scan results)
Right now, the final scan results are returned via API or as a dict in the Python library but not logged anywhere.
Logging should also be configurable; whether to log to a file or not, log results or not.