1
0
Fork 0
forked from forgejo/forgejo

optimize log

This commit is contained in:
Unknown 2014-03-19 03:24:17 -04:00
parent 38776a0dd5
commit 460aa3eaa9
4 changed files with 77 additions and 15 deletions

View file

@ -11,7 +11,7 @@ import (
var logger *logs.BeeLogger
func init() {
func NewLogger() {
logger = logs.NewLogger(10000)
logger.SetLogger("console", "")
}