generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What would you like to be added:
Currently we pretty much don't log anything since the default log level is 1, which pretty much make it impossible to debug. To improve the default logging, we need two things:
- Increase the log level to 2 (aka DEFAULT)
- Audit the log lines to ensure that DEFAULT is used in a sustainable way (for example, a log line indicating probing it being done, but not at the same rate of probing for example)
- Ensure there is at most two log lines per request, one when receiving the request and one when done processing it (success or error)
Why is this needed:
To improve debuggability
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.