//go:build !linux package logger // stderrIsJournal always returns false on non-Linux platforms. The // systemd journal is Linux-only; developer workstations and other // targets fall back to the stderr text handler. func stderrIsJournal() bool { return false }