grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
52 stars 1 forks source link

Logyball/cache updates followup / Verbose logging flag #68

Closed logyball closed 10 months ago

logyball commented 10 months ago

Follow up from other comments on PR #67

A more "proper" way to add the logging would probably be by using logging levels, but if we're simply adding verbose or not verbose, this is probably an ok starting point.

inkel commented 10 months ago

A more "proper" way to add the logging would probably be by using logging levels, but if we're simply adding verbose or not verbose, this is probably an ok starting point.

Agreed, but I've found slog to be a bit too convoluted to make that simple, so we're definitely more than ok with verbose and not-verbose for our purpose.