taoky / ayano

Follow nginx log, and find out bad guys!
MIT License
19 stars 2 forks source link

Add parser for rsync-proxy #23

Closed iBug closed 4 weeks ago

iBug commented 4 weeks ago

Because rsync-proxy produces two lines for normal requests, we need to ignore the "starts requesting module xxx" line, and so I added Discard bool for LogItem.

taoky commented 4 weeks ago

Currently candy parser also needs to filter out some log lines. It uses ErrExpectedIgnoredLog...