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

Restore global exception file name and number, and stack trace logging #1549

Merged
merged 2 commits into from
Aug 10, 2021

Conversation

jtpalmer
Copy link
Contributor

@jtpalmer jtpalmer commented Aug 9, 2021

Description

Change the log level used for the global exception handler.

Motivation and Context

The default file log level is "warning" and these were logged as "info" so they were never written to the file.

Previous to the log refactoring the PEAR logger was used directly, which defaults to "debug", so the messages were logged.

Tests performed

Tested manually in Docker.

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@jtpalmer jtpalmer added bug Bugfixes Category:General General labels Aug 9, 2021
@jtpalmer jtpalmer added this to the 10.0.0 milestone Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:General General
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants