File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,19 @@ func init() {
2525 "channels" : []string {"daily" },
2626 },
2727 "single" : map [string ]any {
28- "driver" : "single" ,
29- "path" : "storage/logs/goravel.log" ,
30- "level" : config .Env ("LOG_LEVEL" , "debug" ),
31- "print" : false ,
28+ "driver" : "single" ,
29+ "path" : "storage/logs/goravel.log" ,
30+ "level" : config .Env ("LOG_LEVEL" , "debug" ),
31+ "print" : false ,
32+ "formatter" : "text" ,
3233 },
3334 "daily" : map [string ]any {
34- "driver" : "daily" ,
35- "path" : "storage/logs/goravel.log" ,
36- "level" : config .Env ("LOG_LEVEL" , "debug" ),
37- "days" : 7 ,
38- "print" : true ,
35+ "driver" : "daily" ,
36+ "path" : "storage/logs/goravel.log" ,
37+ "level" : config .Env ("LOG_LEVEL" , "debug" ),
38+ "days" : 7 ,
39+ "print" : true ,
40+ "formatter" : "text" ,
3941 },
4042 "otel" : map [string ]any {
4143 "driver" : "otel" ,
You can’t perform that action at this time.
0 commit comments