mightyguava / jl

Pretty Viewer for JSON logs
MIT License
112 stars 21 forks source link

[Question/Feature request] Google Stackdriver #2

Open guillenotfound opened 3 years ago

guillenotfound commented 3 years ago

First of all THANKS for this tool.

Is possible to get stackdriver jsonPayload somehow? Having the messages and the colors is way better than nothing, but having the json payload will avoid me going to stackdriver website, which is reeeeeally slow :/

In the sample you have:

{"foo":"bar", "message":"hello world"}

But with the provided sample to get logs foo is never shown.

Thanks again :-)

guillenotfound commented 3 years ago

Also if it's a request will be awesome to display the url instead of nothing (like stackdriver does) :)