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:
Verbose logs with am start:
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:
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
:Verbose logs with
am start
:Some further improvements that I think we could do at some point is: when using the default log, prefix
WARN
andERROR
with a yellow and red|
prefix. This is an example from terraform: