Well I can get the logs in Seq. I don’t know how to process the logs that come in so they are at the right level, timestamp, message, etc. Guess I look into it tomorrow…
I’ll do this later…
Well I can get the logs in Seq. I don’t know how to process the logs that come in so they are at the right level, timestamp, message, etc. Guess I look into it tomorrow…
Yeah but the thing is I have it set up to read the logs being sent out from my Docker containers. Even though I’ve set the containers to output using the GELF driver they don’t really do that. The log messages my container send are not in GELF format so I have to find a way to fix that.
I’m not clear in the post I guess so I’ll try to be more clear here.
I’ve done that. I don’t have a formatting issue. The containers I’m trying to get logs from have a formatting issue. They don’t stream their logs in GELF. I am getting the logs but I can’t change the formatting that they send me unless I mess with the code itself.
Oh this looks promising.