Eezyville@sh.itjust.worksOPtoSelfhosted@lemmy.world•Looking for a logging solutionEnglish
0·
2 days agoI’m not clear in the post I guess so I’ll try to be more clear here.
- I’m using Seq for my centralized logging.
- The logs I get from most of my containers are not in GELF format. I cannot change that unless I change how logging works in all the programs I use. So I’ll need to edit every source code and compile or ask each project to update their logging and output to GELF.
- They are all shown as errors or info. It depends on the container because some send their logging info to stderr and some to stdout.
- I’m looking for something that can intercept those logs from my other containers, format them to GELF, and send the formatted logs to Seq.
Oh this looks promising.