mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
optimize log
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
|
||||
var logger *logs.BeeLogger
|
||||
|
||||
func init() {
|
||||
func NewLogger() {
|
||||
logger = logs.NewLogger(10000)
|
||||
logger.SetLogger("console", "")
|
||||
}
|
||||
|
Reference in New Issue
Block a user