-
Notifications
You must be signed in to change notification settings - Fork 500
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
Add timestamps to each message #118
base: master
Are you sure you want to change the base?
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.
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 |
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.