Default log output to stdout #662
lizrice
started this conversation in
Development
Replies: 2 comments 2 replies
-
+1 for change to default to sending logs to stdout or stderr. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps the simplest approach would be to change our default of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
kube-bench uses glog and it appears that by default, it expects logs to go to file (unless you specify
--logtostderr
). I wonder if it would be better to default to sending logs to stdout in kube-bench. This would make it much easier for users to get logs (and makes more sense in a kubernetes cluster). Any thoughts?Beta Was this translation helpful? Give feedback.
All reactions