Skip to content

Commit 8167afe

Browse files
[Fix] Print welcome header in the startup
- Modify startup script - Include the welcome header as info log to print it in the docker compose logs
1 parent feaee9e commit 8167afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/startup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_welcome_header():
9090

9191

9292
if __name__ == '__main__':
93-
print get_welcome_header()
93+
logging.info(get_welcome_header())
9494
export_vcap_variables()
9595
call_builpack_startup()
9696
sys.exit(0)

0 commit comments

Comments
 (0)