mirror of
https://github.com/kataras/iris.git
synced 2025-12-30 00:07:04 +00:00
Nothing special: when iris.DevLogger() used then group logs based on time.
Former-commit-id: 921e2d5baabd3d299f4a719ef0a0abd924bc3bc9
This commit is contained in:
@@ -92,7 +92,7 @@ const (
|
||||
// ProdMode the production level logger write mode,
|
||||
// responsible to fatal errors, errors that happen which
|
||||
// your app can't continue running.
|
||||
ProdMode LogMode = iota
|
||||
ProdMode LogMode = 1 << iota
|
||||
// DevMode is the development level logger write mode,
|
||||
// responsible to the rest of the errors, for example
|
||||
// if you set a app.Favicon("myfav.ico"..) and that fav doesn't exists
|
||||
|
||||
Reference in New Issue
Block a user