我要退房GAE管理的虚拟机使用的app.yaml,这里描述https://cloud.google.com/appengine/docs/managed-vms/java/configuring-your-app-with-app-yamlGAE app.yaml:如何设置包含句点的env变量?
当我做
env_variables:
java.util.logging.config.file: 'WEB-INF/logging.properties'
我得到异常
google.appengine.api.yaml_errors.EventError: Value 'java.util.logging.config.file' for key in EnvironmentVariables does not match expression '^(?:[a-zA-Z_][a-zA-Z0-9_]*)$'
有什么办法来指定自定义logging.properties
通过app.yaml?
我还没有找到答案,但gcloud-maven插件源代码非常有用:https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/tree/master/src/main/java/com/google/appengine/gcloudapp 来自gcloud团队的声望! –