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

Logging level not configurable in EPH #48

Closed
JamesBirdsall opened this issue Feb 1, 2017 · 2 comments
Closed

Logging level not configurable in EPH #48

JamesBirdsall opened this issue Feb 1, 2017 · 2 comments
Labels
Milestone

Comments

@JamesBirdsall
Copy link
Contributor

Actual Behavior

  1. EPH will only ever log SEVERE-level traces and cannot be configured.

Expected Behavior

  1. Logging level can be configured via config file and -Djava.util.logging.config.file=file

Versions

  • OS platform and version: Windows 10
  • Maven package version or commit ID: 0.10.0

This is happening because the code forces the level to SEVERE. That was done because otherwise by default everything INFO and above goes to stderr, which got spammy, and I didn't know that it couldn't be overridden by the config file. One potential approach is to redo the levels so that INFO is not used. WARNING and above occur rarely under normal circumstances and it's OK if they go to stderr by default.

@jtaubensee jtaubensee added the bug label Feb 17, 2017
@jtaubensee
Copy link
Contributor

Addressed by #60

@jtaubensee
Copy link
Contributor

Closing as #60 was merged

@jtaubensee jtaubensee modified the milestone: 0.11.0 Feb 24, 2017
SwayGom pushed a commit that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants