cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
437 stars 2.58k forks source link

Question about console logs #1082

Open kiril-keranov opened 3 months ago

kiril-keranov commented 3 months ago

Hi, Just wanted to check about this, why all the console logs are printed to stderr? I guess one reason is that the release phase should output the yaml with start command used to start the runtime after staging, so it should not contain additional log entries in stdout but what about the other phases? Is there any other specific reason for not printing console logs to stdout? Thanks