-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Fix color of timestamp of first log entry #73
Conversation
The timestamp of the first log entry appeared in black instead of white without sending `RESET_ALL` as first element.
Current coverage is 91.09% (diff: 0.00%)@@ master #73 diff @@
========================================
Files 13 13
Lines 739 696 -43
Methods 0 0
Messages 0 0
Branches 91 87 -4
========================================
- Hits 739 634 -105
- Misses 0 58 +58
- Partials 0 4 +4
|
heh you broke every single test :) |
Hm,... saw that when I got the coverage report from Codecov. |
to be honest not quite. the timestamps are always dimmer white for me…is some kind of formatting from your shell prompt bleeding into this? (that would be completely ok and should be fixed, I’m just trying to understand what’s going on) |
Huh, you are right. I just installed the project I'm working on on my Linux box at home with fish shell, and everything works fine. I'll try to give some details once I'm back at work tomorrow. |
Please do |
Nah, just fix the tests. :) |
Ok, I'll try as soon as I find the time. |
@fabianbuechler Solution with |
@insolite I don't really manage to create a pullrequest for this at the moment. Lot's of work with the kids... ;) Feel free to create a PR with my implementation if you like. |
FYI ProcessorFormatter has been added via #105 |
The timestamp of the first log entry appeared in black instead of white without sending
RESET_ALL
as first element.