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

Improvements #124

Merged
merged 6 commits into from
Oct 22, 2020
Merged

Improvements #124

merged 6 commits into from
Oct 22, 2020

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Oct 22, 2020

No description provided.

@famod
Copy link
Contributor

famod commented Oct 22, 2020

FYI: I cherry-picked 0656e13 (loopback address), fixed the imports and tried out the native image that was built in my fork and it does fix the VPN problem for me! 🎉 👍

/cc @ppalaga

@famod famod mentioned this pull request Oct 22, 2020
@@ -144,7 +144,7 @@ private void handleStopEvents(Collection<DaemonInfo> idleDaemons, Collection<Dae
stopEvent.getUid(), stopEvent.getTimestamp(), stopEvent.getReason());
}

LOGGER.debug(generate(busyDaemons.size(), idleDaemons.size(), recentStopEvents.size()));
System.out.println(generate(busyDaemons.size(), idleDaemons.size(), recentStopEvents.size()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why System.out and not LOGGER.info() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly to avoid the [INFO] prefix on the line.

@ppalaga ppalaga merged commit 41088ab into apache:master Oct 22, 2020
@ppalaga
Copy link
Contributor

ppalaga commented Oct 22, 2020

FYI: I cherry-picked 0656e13 (loopback address), fixed the imports and tried out [the native image that was built in my fork]

Thanks for helping and great that it works!

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

Successfully merging this pull request may close these issues.

None yet

3 participants