Skip to content

Better logging #65

@deadbits

Description

@deadbits

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions