-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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: dex subcommand logformat/loglevel flags (#8524) #8542
Conversation
7bf5a5a
to
1173bb3
Compare
Codecov Report
@@ Coverage Diff @@
## master #8542 +/- ##
==========================================
- Coverage 45.53% 45.51% -0.02%
==========================================
Files 219 219
Lines 25897 25897
==========================================
- Hits 11792 11787 -5
- Misses 12463 12467 +4
- Partials 1642 1643 +1
Continue to review full report at Codecov.
|
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
1173bb3
to
4185619
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Looks like I need to investigate a flaky e2e test. |
Signed-off-by: krrrr38 <k.kaizu38@gmail.com> Co-authored-by: Michael Crenshaw <michael@crenshaw.dev> Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
Can't see this one in the changelog. Will it make it in 2.4 ? Do you have any ETA for general availability ? |
Signed-off-by: krrrr38 k.kaizu38@gmail.com
Closes #8524
Motivation
argocd-dex rundex
output both text and json logs. And it cannot change log format inrundex
subcommand.Changes
logformat/loglevel options are available on argocd-dex subcommands.
Checklist:
Optional. My organization is added to USERS.md.I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.--logformat json
example above