logging

package
v0.0.0-...-9a829fb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package logging initializes setup the global logger with telemetry hooks. For this to work this package needs to be imported with the blank identifier. This package also exports a new logger constructor useful for packages that need to use custom logger and won't rely on the global one.

Index

Constants

View Source
const (
	Debug = "DEBUG"
	Info  = "INFO"
	Warn  = "WARN"
	Error = "ERROR"
)

These are the log level that we support. We should rely on them when retrieving them from the environment variables.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL