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

Update DTS logs FAQ #961

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/osf-trivia-list/dts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ you can help by running it in verbose mode and providing logs. To do that,
follow the instructions below:

1. Boot DTS.
2. In the DTS menu enable verbose mode by typing `V` and pressing `Enter`.
3. Enable sending logs by typing `L` and pressing `Enter`.
2. In the DTS menu enable verbose mode by pressing `V`.
3. Enable sending logs by pressing `L`.
4. Reproduce the problem.
5. The logs will be sent automatically after exiting from the menu.

!!! tip
artur-rs marked this conversation as resolved.
Show resolved Hide resolved

If the automatic log submission does not work in your case, you can view and
copy the logs manually from `/tmp/dts.log`, `/var/local/dts-err.log` and
`/var/local/flashrom.log`. Then, you should provide the logs by email or
via "Dasharo Premiere Support" Matrix channel.
Loading