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

Make messages from fatal warnings show up in the logs #926

Closed
wants to merge 1 commit into from

Conversation

Corion
Copy link

@Corion Corion commented May 17, 2013

When running with the warnings => 1 setting (as is the
default for the development config), these fatal warnings
cause an Error 500 to be returned but do not show up in
the logger at all. This is less than helpful.

This patch changes it so that the warnings show up in the
logger.

When running with the `warnings => 1` setting (as is the
default for the development config), these fatal warnings
cause an Error 500 to be returned but do not show up in
the logger at all. This is less than helpful.

This patch changes it so that the warnings show up in the
logger.
@Corion
Copy link
Author

Corion commented May 17, 2013

Sorry, I (well, dmake manifest) messed up the line endings in the MANIFEST file.

@rjattrill
Copy link

Nice fix thank you! This has always annoyed me but I never quite put my brain into gear that it could be fixed.

@yanick yanick closed this in 39e598f May 18, 2013
@yanick
Copy link
Contributor

yanick commented May 18, 2013

Merged. Thanks!

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.

3 participants