varnish / zipnish

Other
127 stars 9 forks source link

LogReader: Log parsing fails when the backend is down. #10

Open mariusmagureanu opened 9 years ago

mariusmagureanu commented 9 years ago

Need to investigate the LogStorage class for data parsing when the backend is down.

adeelshahid commented 9 years ago

It's because we keep on parsing the log when backend is down. We should skip log records when backend is down.