Skip to content

Commit

Permalink
lestrrat-go -> iproj (#1908)
Browse files Browse the repository at this point in the history
There're some bugs in lestrrat-go
Detail:  iproj/file-rotatelogs#1
  • Loading branch information
needkane authored Jun 17, 2022
1 parent a794ee0 commit 1b22fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/logging/request-logger/accesslog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/kataras/iris/v12/middleware/requestid"
"github.com/kataras/iris/v12/sessions"

rotatelogs "github.com/lestrrat-go/file-rotatelogs"
rotatelogs "github.com/iproj/file-rotatelogs"
)

// Default line format:
Expand Down

0 comments on commit 1b22fb2

Please sign in to comment.