-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add option to not tail logs in dev mode #1037
Conversation
@MrTrustor Can you TAL and see if this solves your issue? |
Codecov Report
@@ Coverage Diff @@
## master #1037 +/- ##
==========================================
- Coverage 39.98% 39.95% -0.03%
==========================================
Files 70 70
Lines 3079 3081 +2
==========================================
Hits 1231 1231
- Misses 1721 1723 +2
Partials 127 127
Continue to review full report at Codecov.
|
It does solve my issue, but the "true" default value is not taken into account. I have to do |
I’ll how to fix that tomorrow |
Ok, so different default values for the same flag is not possible with cobra. See spf13/viper#233 |
@MrTrustor I'm LGTMing your PR (#1029). Closing this one! |
No description provided.