SaxyPandaBear
SaxyPandaBear
RRailway
Created by SaxyPandaBear on 9/28/2023 in #✋|help
View raw structured JSON logs
Haven't checked my service in a while and saw that there is a new observability related update for exploring logs which is awesome! Now, the problem is that since I was emitting structured JSON logs, it doesn't show me the stuff that I want to anymore unless I look at the attributes in the log explorer for each log. When I previously saw something like
{ "msg": "Served", "status": 200, "path": "/foo/bar" }
{ "msg": "Served", "status": 200, "path": "/foo/bar" }
Now I see
Served
Served
It would be nice to be able to have a raw log view. If not, I think I'll have to change my logging.
13 replies