Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Java version as info log #134

Open
bdw429s opened this issue May 15, 2018 · 1 comment
Open

Add Java version as info log #134

bdw429s opened this issue May 15, 2018 · 1 comment

Comments

@bdw429s
Copy link
Member

bdw429s commented May 15, 2018

I find myself looking at console logs of people's servers a lot and I often times wonder exactly what version of Java they used to start their server. Can we add a line of info logging around here that simply outputs the version of Java in use to start the server:

[INFO ] Runwar: Starting RunWAR 3.8.1-SNAPSHOT
[DEBUG] Runwar: Checking that we're running on > java7
@denuno
Copy link
Member

denuno commented May 17, 2018

Already changed in version 4 (since to have older CF versions work you have to swap out the java.version property), now it outputs both what is required and what is detected (at least via the java.version system property).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants