github.com/slackhq/nebula@v1.9.0/cmd/nebula-service/logs_generic.go (about) 1 //go:build !windows 2 // +build !windows 3 4 package main 5 6 import "github.com/sirupsen/logrus" 7 8 func HookLogger(l *logrus.Logger) { 9 // Do nothing, let the logs flow to stdout/stderr 10 }