Replies: 1 comment
-
The interface is rendered to stderr, so redirecting isn't going to be useful. If you need logging, see these docs: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when I try to redirect the stderr of my app as this :
./main.py --debug 2> stderr.dbg
the interface doesn't show up. However, i'm pretty sure the program is running because when I hit Ctrl+C the program is being killed or if I hit any other keybindings I binded before, I can see them in my debug file. Any ideas ?Beta Was this translation helpful? Give feedback.
All reactions