-
Notifications
You must be signed in to change notification settings - Fork 100
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
src: improve messages on PrintInDebugMode #293
Conversation
a04cffb
to
f458c31
Compare
Example output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice if the verbosity can be specified with environment variables, but LGTM anyway.
f458c31
to
937fb86
Compare
Add function, file and line information to debug messages.
937fb86
to
2dfee96
Compare
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
==========================================
+ Coverage 79.48% 80.04% +0.55%
==========================================
Files 33 33
Lines 4216 4219 +3
==========================================
+ Hits 3351 3377 +26
+ Misses 865 842 -23
Continue to review full report at Codecov.
|
Add function, file and line information to debug messages. PR-URL: #293 Reviewed-By: Joyee Cheung <[email protected]>
Landed in 9449d99 |
Add function, file and line information to debug messages.