-
Notifications
You must be signed in to change notification settings - Fork 313
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
Timestamp in log file #221
Comments
The log file does have timestamps. If you mean what is displayed on the screen, the "-T" command line option can be used to specify the desired format. Does this help? |
The stdout that I see is pretty much like so:
So I'm missing timestamps for RX and TX here |
When you launch direwolf, append the switch -T %H:%M:%S. This will add timestamps to in the HH:MM:SS format. Note 14:56:22 below:
|
Cool, thanks! |
If you're looking for the full datetime, |
Hi,
I would appreciate if log file will include timestamps for TX/RX of packets.
Thanks
The text was updated successfully, but these errors were encountered: