We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f51178 + ceb6dd7 commit efadea5Copy full SHA for efadea5
scripts/startup
@@ -27,12 +27,12 @@ def export_vcap_variables():
27
logging.debug("Executing build_vcap_variables...")
28
29
vcap_services = create_vcap_services()
30
- logging.info("Set environment variable VCAP_SERVICES: \n {0}"
+ logging.debug("Set environment variable VCAP_SERVICES: \n {0}"
31
.format(vcap_services))
32
os.environ['VCAP_SERVICES'] = vcap_services
33
34
vcap_application = create_vcap_application()
35
- logging.info("Set environment variable VCAP_APPLICATION: \n {0}"
+ logging.debug("Set environment variable VCAP_APPLICATION: \n {0}"
36
.format(vcap_application))
37
os.environ['VCAP_APPLICATION'] = vcap_application
38
0 commit comments