I made an another command line tool, the flog. flog is a fake log generator for common log formats such as apache-common, apache error and RFC3164 syslog: flog
It is useful for testing some tasks which require log data like amazon kinesis log stream test.
Flog currently supports following features:
apache common
, apache combined
, apache error
and rfc3164
log formatAnd I have a plan for support below additional features for next versions.
I hope this could help someone who want to test something which require log data.
Thanks.