You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the GELF logging daemon - a Python script that will run a thread for each log file that you wish to forward to a GELF server. See the sample config file for usage - it's fairly straight forward.
Note that this first iteration of the script still lacks dynamic config reloading, and tail threads may die and not come back if the file being watch is removed completely, rather than simply truncated.