Skip to content

Commit 1463898

Browse files
committed
disable log for tango
1 parent c98c843 commit 1463898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func init() {
7070
log.SetOutput(new(mockResponseWriter))
7171
nullLogger = log.New(new(mockResponseWriter), "", 0)
7272
llog.SetOutput(new(mockResponseWriter))
73+
llog.SetOutputLevel(llog.Lnone)
7374

7475
initTango()
7576
initBeego()

0 commit comments

Comments
 (0)