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

feat: add log level option and log.level configuration and output structured log with logrus #59

Merged
merged 4 commits into from
Jan 21, 2021

Conversation

suzuki-shunsuke
Copy link
Owner

@suzuki-shunsuke suzuki-shunsuke commented Jan 21, 2021

Close #56

ex.

$ tfcmt --log-level debug plan -- terraform plan
---
log:
  level: debug

Note that there is no debug log yet.

@suzuki-shunsuke suzuki-shunsuke changed the title Feat/add log level option feat: add log level option and log.level configuration and output structured log with logrus Jan 21, 2021
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 21, 2021
@suzuki-shunsuke suzuki-shunsuke added the documentation Improvements or additions to documentation label Jan 21, 2021
@suzuki-shunsuke suzuki-shunsuke added this to the v0.6.2 milestone Jan 21, 2021
@suzuki-shunsuke suzuki-shunsuke merged commit cb90691 into master Jan 21, 2021
@suzuki-shunsuke suzuki-shunsuke deleted the feat/add-log-level-option branch January 21, 2021 04:50
@suzuki-shunsuke suzuki-shunsuke modified the milestones: v0.6.2, v0.7.0 Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use structured logging library and output debug log
1 participant