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

Anything to read .log files? #5

Open
EthanHu29 opened this issue May 24, 2024 · 5 comments
Open

Anything to read .log files? #5

EthanHu29 opened this issue May 24, 2024 · 5 comments

Comments

@EthanHu29
Copy link

Is there any tool to read those files? I read the program code in roadrunner/ftc, and the log file generated by those codes is not readable for human being. Any tool to trafrom those log files?

@rbrott
Copy link
Member

rbrott commented May 29, 2024

This is the reader script I use: https://gist.github.com/rbrott/e243b8c4190e655d41a988232cb102d2

@monkbroc
Copy link

I was looking for this as well. Would you consider linking it in the docs as an advanced tool?

@monkbroc
Copy link

I tweaked the script to export to CSV for viewing the data using Flow CSV Viewer. It's helpful to root cause issues with odometry pods.
https://gist.github.com/monkbroc/8a4c235c13166a4bcc12cec45eb66445

@rbrott
Copy link
Member

rbrott commented Nov 17, 2024

Would you consider linking it in the docs as an advanced tool?

Sure, I added a short page here: https://rr.brott.dev/docs/v1-0/log-files/

@monkbroc
Copy link

Fantastic. Thanks!

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

No branches or pull requests

3 participants