lnd/build/log_stdlog.go
Elle Mouton cd697913ef
build: switch to slog Handlers
Start using the new slog handlers. With this commit we also remove the
need for the LogWriter since we let our LogRotator implement io.Writer
and pass that in to our log file handler.
2024-10-22 17:03:51 +02:00

8 lines
142 B
Go

//go:build stdlog
// +build stdlog
package build
// LoggingType is a log type that only writes to stdout.
const LoggingType = LogTypeStdOut