google / google/gcp_scanner

Use standardised log output with timestamp for all output

Open
#143 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
370
Forks
114
PR merge metrics
No merged PRs in 30d

Description

Currently when running a scan, the program outputs lines on the form
"Inspecting project [project id]"
while for example errors use a full logging mechanism which includes a timestamp. This is annoying if you have a long running scan and you want to know how it is progressing along and when the last message was logged. Since all the actual results of the scan is saved in a separate structured format, I would propose that all other output should be considered logging and use the proper logging facilities.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.