autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Introduce --verbose flag to make the logs more verbose #62

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

The default logs have been made less verbose: they will not show the timestamp, module, log level and fields. The default logging will also ignore RUST_LOG and log everything from INFO and above.

Default logs with am start: image

Verbose logs with am start: image

Some further improvements that I think we could do at some point is: when using the default log, prefix WARN and ERROR with a yellow and red | prefix. This is an example from terraform: image