java-buildpack
java-buildpack copied to clipboard
Question about console logs
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