change to 0 logger

This commit is contained in:
JessonChan 2016-03-24 17:43:45 +08:00
parent cdfd830f65
commit a6c1377f91
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ func (bl *BeeLogger) flush() {
}
// BeeLogger references the used application logger.
var beeLogger = NewLogger(100)
var beeLogger = NewLogger()
// GetLogger returns the default BeeLogger
func GetBeeLogger() *BeeLogger {