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 is completely turned off unintentionally via UI #1762

Closed
zfarrell opened this issue Jul 12, 2017 · 2 comments
Closed

Logging is completely turned off unintentionally via UI #1762

zfarrell opened this issue Jul 12, 2017 · 2 comments
Labels
Type: Bug Label issue as a bug defect
Milestone

Comments

@zfarrell
Copy link

Description


Recently, my team had to debug an issue where we were no longer getting any output in the server logs. I'm fairly confident this happened after adding a new logger setting (Configurations -> server-config ->Logger Settings -> Add Logger) and saving.

My colleague ended up solving this by discovering that com.sun.enterprise.server.logging.GFFileHandler had been set to "OFF". Changing this back to "INFO" resolved the issue.

Expected Outcome

Log levels should not change unexpectedly.

Steps to reproduce (Only for bug reports)

While we've had it happen to us multiple times, we're not sure what exact steps cause it to reproduce.

I'm fairly confident this happened after adding a new logger setting (Configurations -> server-config ->Logger Settings -> Add Logger) and saving, but there's something else at play as I can now add new log level settings without reproducing.

Environment

  • Payara Version: 4.1.2.172
  • Edition: Full
  • JDK Version: 8
  • Operating System: Mac
  • Database: MySql
@mikecroft
Copy link
Contributor

Hi @zfarrell thanks for raising this! You'll be pleased to know this has already been found, fixed and merged! The first issue to raise it was #1680 and the cause was that the admin console did not support the ALL logger level, which was brought in by an upstream change GLASSFISH-21560.

The fix has been merged in #1691 so we expect it to be released in Payara Server 173 next month.

@mikecroft mikecroft added Type: Bug Label issue as a bug defect c:Duplicate labels Jul 13, 2017
@mikecroft mikecroft added this to the Payara 173 milestone Jul 13, 2017
@zfarrell
Copy link
Author

Great to hear, thanks for the quick response (and fix ;) )!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Label issue as a bug defect
Projects
None yet
Development

No branches or pull requests

2 participants