FOSDEM 2017 | Implementing 'tail -f' with Go

Опубликовано: 13 Октябрь 2024
на канале: The Go Programming Language
8,921
180

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.

Monitoring tool → https://goo.gle/3ObydKi
Slides → https://goo.gl/9ABX2R

FOSDEM 2017 Go Devroom Playlist → https://goo.gle/3xK2Vof
Subscribe to The Go Channel → https://goo.gle/go-subscribe

#GoLang #FOSDEM