Hello Thomas,
Exactly as you supposed: the <vm>true</vm> entry now needs to read <env>flex</env> in your appengine-web.xml, or env: flex in the app.yaml file. You can see your logs in detail at /var/log/app_engine/custom_logs, as described in the “Using Cloud logging in App Engine apps” document <https://cloud.google.com/appengine/articles/logging>. In the same project, you need to create different versions of the application for different environments: standard, flex, etc., specifying in the configuration file both the version and service names: service: service_name in the app.yaml file <https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml>. -- 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/c53b2b0a-1b00-4b5a-99f0-b983a3e12c94%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
