mingrammer / flog

:tophat: A fake log generator for common log formats
MIT License
1.12k stars 135 forks source link

Add JSON output format #30

Closed boyter closed 4 years ago

boyter commented 4 years ago

Add in JSON format as per request https://github.com/mingrammer/flog/issues/12

boyter commented 4 years ago

Done.

mingrammer commented 4 years ago

And you must write the test code in log_test.go and flog_test.go. Please do it.

boyter commented 4 years ago

Done.

mingrammer commented 4 years ago

Oh wait. I have a last couple of change requests. It would be nice to add the ‘referer’ (not ‘referrer’) field as like apache combined log.

And, could you please change the ‘response-code’ to ‘status’ (it is more general term for logs)?

Thank you.

boyter commented 4 years ago

Done.

mingrammer commented 4 years ago

Thank you :)