Skip to content

internal/observation: use log.NoOp for TestContext

Administrator requested to merge no-op-context-logger into main

Created by: bobheadxi

Loggers should not be initialized before package initialization - https://github.com/sourcegraph/log/pull/34 adds a no-op logger that can be used here.

Test plan

tests pass

Merge request reports

Loading