Minor windows focused improvements (#443)

Co-authored-by: Wade Simmons <wadey@slack-corp.com>
This commit is contained in:
Nate Brown
2021-04-30 15:04:47 -05:00
committed by GitHub
parent 44cb697552
commit 1bc6f5fe6c
4 changed files with 95 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
// +build !windows
package main
import "github.com/sirupsen/logrus"
func HookLogger(l *logrus.Logger) {
// Do nothing, let the logs flow to stdout/stderr
}