We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a794ee0 commit 1b22fb2Copy full SHA for 1b22fb2
_examples/logging/request-logger/accesslog/main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/kataras/iris/v12/middleware/requestid"
11
"github.com/kataras/iris/v12/sessions"
12
13
- rotatelogs "github.com/lestrrat-go/file-rotatelogs"
+ rotatelogs "github.com/iproj/file-rotatelogs"
14
)
15
16
// Default line format:
0 commit comments