-
Notifications
You must be signed in to change notification settings - Fork 62
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
Reading Solo system logs #40
Comments
Nick just asked if we know how to get the logs of Python scripts. Would be good to include also. |
@mrpollo Do you know who would be appropriate to pull in to fill some of this content? |
Can you clarify on "logs of python scripts"? do you mean the smart shots? Probably @johnfinley can confirm all of this. |
Particularly, if shotManager.py dies, where is the Python log one would dig into to get at it. John, for sure, but also if anyone can help write the section in some detail, that would be helpful. |
John can talk about the other logs, but here is my contribution: Both Artoo/Solo logs are in /log. They roll every boot, such that the latest log is always .log, next is .log.1, .log.2, etc. We only save 20 logs, so filling up the logs should not be an issue. ShotManager logs are named shotlog.log.n and contain various high level events triggered by the shots. If it happens to crash, in most cases the exception and callstack will be written to this log as the last event. |
Also see #202 |
does advanced-logs satisfy this? if so can this be closed? |
We need a section in "Troubleshooting" about reading and consuming Solo system logs.
The text was updated successfully, but these errors were encountered: