Closed iBug closed 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.
Discard bool
LogItem
Currently candy parser also needs to filter out some log lines. It uses ErrExpectedIgnoredLog...
ErrExpectedIgnoredLog
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
forLogItem
.