Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Upgrade GCJ to make Trace with Logging work (#1446)
Browse files Browse the repository at this point in the history
Tested that upgrading to latest Google Cloud Java version
resolves #1118. Issue #780 also seems to have gone away.

Fixes #780.
Fixes #1118.
  • Loading branch information
meltsufin authored Feb 6, 2019
1 parent 4e949bc commit 7e96c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-gcp-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>pom</packaging>

<properties>
<google-cloud-bom.version>0.78.0-alpha</google-cloud-bom.version>
<google-cloud-bom.version>0.79.0-alpha</google-cloud-bom.version>
<google-auth-library-oauth2-http.version>0.13.0</google-auth-library-oauth2-http.version>
<cloud-sql-socket-factory.version>1.0.12</cloud-sql-socket-factory.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ manual_scaling:

resources:
memory_gb: 4

env_variables:
# on App Engine flexible environment, logging flush level must be the same as the log level
# see: https://github.com/spring-cloud/spring-cloud-gcp/issues/1096
STACKDRIVER_LOG_FLUSH_LEVEL: 'INFO'
#env_variables:
# # on App Engine flexible environment, logging flush level must be the same as the log level
# # see: https://github.com/spring-cloud/spring-cloud-gcp/issues/1096
# STACKDRIVER_LOG_FLUSH_LEVEL: 'INFO'

0 comments on commit 7e96c2b

Please sign in to comment.