aboutsummaryrefslogtreecommitdiff
path: root/cmd/koushin/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/koushin/main.go')
-rw-r--r--cmd/koushin/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/koushin/main.go b/cmd/koushin/main.go
index 7b2c5a1..472cd4a 100644
--- a/cmd/koushin/main.go
+++ b/cmd/koushin/main.go
@@ -37,6 +37,7 @@ func main() {
options.SMTPURL = flag.Arg(1)
e := echo.New()
+ e.HideBanner = true
if l, ok := e.Logger.(*log.Logger); ok {
l.SetHeader("${time_rfc3339} ${level}")
}