How to debug ncspot installed via flatpak? #1674
Unanswered
tomstefanski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do have ncspot installed via flatpak. I'd like to gather some logs for debugging purposes. Is the following supposed to do the job?
flatpak run io.github.hrkfdn.ncspot --debug /my/path/to/log_file.log
I don't get any logs within the file I specify, no matter if I choose the file which already exists or not.
I'll only add that the following commands work fine, i.e., they both print expected information onto the standard output.
flatpak run io.github.hrkfdn.ncspot info
flatpak run io.github.hrkfdn.ncspot --version
Beta Was this translation helpful? Give feedback.
All reactions