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

Log improvements #3217

Open
levkohimins opened this issue Jun 20, 2024 · 0 comments
Open

Log improvements #3217

levkohimins opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@levkohimins
Copy link
Contributor

Describe the bug

We need to improve Terragrunt logs to make it more intuitive for understanding in real time what module a log entry belongs to. We also should learn from Terraform's experience in displaying logs and errors. Namely what is pleasant for the eye may be of little information for the file log. For example log entry time, for running in the foreground, this information is useless and only eats up space, while for the file log this is useful information. So I think we should implement two types of logs (similar to Terraform), both output to stdout but the first one is human-friendly and the second one is for file logs but with WARN or ERROR log level by default.

1  tmuxinator local 2024-06-20 at 7 40 23 PM

1  tmuxinator local 2024-06-20 at 7 52 32 PM

Versions

  • Terragrunt version: v.0.59.4
@levkohimins levkohimins added the bug Something isn't working label Jun 20, 2024
@levkohimins levkohimins self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant