Add timestamps to each message#118
Open
vibhavsinha wants to merge 10 commits intoJakeWharton:masterfrom
Open
Conversation
Enabled with the -t flag. Fixes JakeWharton#9
fix bug: '--tag-width 0' does not remove tags
* Help users to avoid errors installing it. Just a description that paths should be absolute and not relative. * Remove link to issue.
WarrenFaith
pushed a commit
to WarrenFaith/pidcat
that referenced
this pull request
Jun 1, 2016
Thanks to vibhavsinha!
|
In some cases I want to see timestamps. Jake any chance this will be merged one day? |
|
Same here. I want to run 4 pidcats on second monitor. It's okey to not have timestamps for 3 of them, but it is crucial for having it with OkHttp logs. It would be great if merged. Also it would be great to add timestamp wrapping precision. E.g., if 2 timestamps differ for PRECISION than use only first one (to trottle excessive timestamp output as tags do) |
|
@Nexen23 It's less than ideal, but you can easily run the code from this branch rather than |
|
ye could come handy |
|
We want timestamps! |
|
I have to fall back to adb logcat (ugh) from time to time just so I can the timestamps |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #9

All I've done is merge @marczych + @vickychijwani commit in PR #34 + PR #82 to the latest master. The timestamp part has been assigned a separate column at the beginning of the logs to make it less ugly.