Skip to content

Non-blocking logging #76

@Stebalien

Description

@Stebalien

The default zap file backend logging backend is really dumb and doesn't have any internal buffering. We need to:

  1. Buffer writes.
  2. Drop log messages when the buffer is full instead of blocking.

We should never block execution on logging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementA net-new feature or improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions