Google App Engine flexible environment automatically pipes stdout and stderr to Stackdriver (Google Cloud Logging). But this only supports plain text log message without any metadata (not even logging levels).
in this document, it says app logs can be text or structured, But I couldn't find a way to log structured message from Java application. https://cloud.google.com/appengine/articles/logging#appengine-vms I found Logback appender for google cloud logging. https://cloud.google.com/logging/docs/setup/java But this does not seem to support structured logging yet. And also, it makes GRPC calls for every log entry under the hood. So, I wonder how scalable it is (especially compare to current app engine structure which has separate Fluentd agent handles logs). Is there any out of box or simple solution to send structured log from App Engine to Stackdriver? I asked the same question in Stackoverflow, but they don't seem to be interested in app engine much, so I ask it again here. -- 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/94c74f0e-643c-4419-87cc-abb52b6466ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
