itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.7k stars 320 forks source link

Storage - Allow compatibility with log collector like filebeat #653

Closed JConseil closed 1 year ago

JConseil commented 1 year ago

https://github.com/itsgoingd/clockwork/issues/652

Filebeat needs an end of line to detect that the log is ready to be collected. As Clockwork write 1 log by file, Filebeat never collects what's inside a json file except if we add an EOL.

(He is watching the file but believes that the log message/data is uncomplete)

itsgoingd commented 1 year ago

Thanks.