add log rotation config

This commit is contained in:
ginuerzh
2022-10-20 15:32:27 +08:00
parent bd7da26c42
commit 15d0a33716
3 changed files with 44 additions and 4 deletions

View File

@ -7,7 +7,6 @@ import (
"runtime"
"github.com/go-gost/core/logger"
"github.com/sirupsen/logrus"
)