SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Replace streaming of container logs with log scraping #75

Open ierceg opened 7 years ago

ierceg commented 7 years ago

Considering that we are capturing engine container's output for analytics, we should ensure that logs of engines that weren't captured by lazy (e.g. a defect in log capturing code) are captured on the next start.

ierceg commented 7 years ago

Instead of streaming which is prone to issues, simply use a log scraper like fluentd.