-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These are equivalent to Fatal etc. except that they do not dump stacks. Addresses a common complaint.
- Loading branch information
Showing
1 changed file
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If file logging is disabled and stderr logging is enabled the stack trace won't ever be printed. I have my own glog fork but I think it might applie to this version as well. Maybe I'm wrong because one of the things I've modified is how the output flags works...