Skip to content

Commit efadea5

Browse files
Merge pull request #6 from mendix/2_vcap_services
2 remove password and env from output
2 parents 6f51178 + ceb6dd7 commit efadea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/startup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ def export_vcap_variables():
2727
logging.debug("Executing build_vcap_variables...")
2828

2929
vcap_services = create_vcap_services()
30-
logging.info("Set environment variable VCAP_SERVICES: \n {0}"
30+
logging.debug("Set environment variable VCAP_SERVICES: \n {0}"
3131
.format(vcap_services))
3232
os.environ['VCAP_SERVICES'] = vcap_services
3333

3434
vcap_application = create_vcap_application()
35-
logging.info("Set environment variable VCAP_APPLICATION: \n {0}"
35+
logging.debug("Set environment variable VCAP_APPLICATION: \n {0}"
3636
.format(vcap_application))
3737
os.environ['VCAP_APPLICATION'] = vcap_application
3838

0 commit comments

Comments
 (0)