mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
accesslog: add CSV format
relative to: https://github.com/kataras/iris/issues/1601
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Timestamp,Latency,Code,Method,Path,IP,Req Values,In,Out,Request,Response
|
||||
1599900695933,0s,200,GET,/,::1,sleep=35ms,575,81,,Index
|
||||
1599900696207,0s,404,GET,/notfound,::1,,572,92,,Not Found
|
||||
1599900696693,0s,200,GET,/,::1,,564,81,,Index
|
||||
1599900697988,1s,200,GET,/,::1,sleep=1s,573,81,,Index
|
||||
Reference in New Issue
Block a user