diff --git a/logging/journald.go b/logging/journald.go index 32b2113..46f3121 100644 --- a/logging/journald.go +++ b/logging/journald.go @@ -1,9 +1,9 @@ //go:build !windows // +build !windows +// Package logging is the implementation of an better systemdlogger for zerolog // This package consists of parts of github.com/rs/zerolog i copied from. // I removed the JSON argument part and added some more relevant data (The position of the caller and the goroutine) - package logging import (