Skip to content

Improve default logging #1928

@ahg-g

Description

@ahg-g

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:

  1. Increase the log level to 2 (aka DEFAULT)
  2. 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)
  3. 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions