I am not having issue with stdout messages. I am just talking about its limited capability. Why don’t you support structured logging when there is already logback(which is de facto standard) appender and fluentd agents running on app engine nodes which is very performent. It would be much simpler and more performant solution then directly implementing logging API. I found a github issue and related PR created many months ago which implemented what i mentioned, but it’s not merged yet somehow. https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2669
P.S I’m not sure what “general discussions” is if this is not. On Mon, Jun 25, 2018 at 1:45 PM 'Jordan (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > If you are having issues with your stdout and stderr messages not > appearing in Stackdriver Logs Viewer, you can directly log to Stackdriver > Logging via the Google Cloud Java Client for Logging > <https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-logging#writing-log-entries> > . > > - Note: Google Groups is reserved for general product discussions and is > not for technical support. If you require further technical support for > logging to Stackdriver, it is recommended to post your detailed questions > <https://stackoverflow.com/help/how-to-ask> to Stack Exchang > <https://cloud.google.com/support/docs/stackexchange>e using the > supported Cloud tags. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/sybth9EVEEk/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/9e08da63-a43b-42fb-b3c0-51684db52a76%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/9e08da63-a43b-42fb-b3c0-51684db52a76%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAO1ewb3om2zaDDvDJZpBbJg1UxQ-gWdcsrf9i78w7ZtLvhQ90g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
