Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

vibhavsinha
Copy link

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.
screenshot from 2015-12-04 01-38-13

WarrenFaith pushed a commit to WarrenFaith/pidcat that referenced this pull request Jun 1, 2016
@franklinharper
Copy link

In some cases I want to see timestamps. Jake any chance this will be merged one day?

@Nexen23
Copy link

Nexen23 commented Oct 9, 2016

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)

@marczych
Copy link

@Nexen23 It's less than ideal, but you can easily run the code from this branch rather than pip/brew/master.

@hereisderek
Copy link

ye could come handy

@tpfaff
Copy link

tpfaff commented Jan 15, 2021

We want timestamps!

@johngray1965
Copy link

I have to fall back to adb logcat (ugh) from time to time just so I can the timestamps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for timestamps