Re: [google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-10 Thread 'Justin Beckwith' via Google App Engine
You should be able to use the logging library in google-cloud-java , and get structured output. I've added a few folks from the Java team who can share more! On Wed, May 10, 2017 at 5:46 PM, E EE wrote: > Docs are for standard, not alway

[google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-10 Thread E EE
Docs are for standard, not always clear which is which. So Flexible has no logger unless I implement one using the API of whichever log framework I choose (other than stdout). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-05 Thread 'Zachary Fewtrell' via Google App Engine
Hi E, Looking at our public docs App Engine flexible supports application logging via stdout with no particular framework mentioned (although standard does). Can you provide a link for the docs which require jav

[google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-04 Thread E EE
A follow up question: If this is a simple pipe of STDOUT, why do I have to use java.util.logging? All log frameworks have the ability to write to stdout. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st