8 Video: Implementing 'tail -f' in Go

youtube.com posted by tomf 2599 days ago  

Published on 9 Feb 2017

Speaker: Fabian Stäber

As part of a log file monitoring tool, I implemented a file tailer that keeps reading new lines from log files. This turned out to be much more challenging than I thought, especially because it should run on multiple operating systems and it should be robust against logrotate. In this 20 Minutes talk I will present the lessons learned, the pitfalls and dead-ends I ran into.

Register to comment or vote on this story