Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/developer/go-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,7 @@ panic(fmt.Errorf("unknown event type %T", e))

## Logging

> **Note**
> This section is a work in progress.

NKG uses [logr](https://pkg.go.dev/github.com/go-logr/logr) for its logging library. Each component that logs should
inherit their logger from the main process using
the [`WithName`](https://pkg.go.dev/github.com/go-logr/logr#hdr-Logger_Names) function.
See the [Logging guidelines](logging-guidelines.md) document.

## Concurrency

Expand Down
Loading