-
Notifications
You must be signed in to change notification settings - Fork 81
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
logs: hide timestamp if the program is run not in TTY #3468
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3468 +/- ##
==========================================
- Coverage 86.19% 86.14% -0.06%
==========================================
Files 331 331
Lines 38470 38473 +3
==========================================
- Hits 33159 33141 -18
- Misses 3778 3803 +25
+ Partials 1533 1529 -4 ☔ View full report in Codecov by Sentry. |
We need this to be dependent on tty. |
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.
@AliceInHunterland, fix the commit message and PR title. It's not "by default".
4b3ec13
to
673aa30
Compare
If the program is run in TTY then logger adds timestamp to its entries. Close #3358 Signed-off-by: Ekaterina Pavlova <[email protected]>
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.
lgtm
Close #3358