Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Jun 28, 2023
Merged

Conversation

hatchan
Copy link
Contributor

@hatchan hatchan commented Jun 28, 2023

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

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.
@hatchan hatchan marked this pull request as ready for review June 28, 2023 11:55
@hatchan hatchan requested a review from a team as a code owner June 28, 2023 11:55
@hatchan hatchan merged commit 94bd7ef into main Jun 28, 2023
@hatchan hatchan deleted the loggy_log branch June 28, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants