mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1455] improve debug messages #978
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boruch-Baum on GitHub (Aug 11, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1455
When I was recently debugging a problem for an ncurses program using
--debug, I noticed some error messages flashing briefly in the ncurses screen, but it didn't appear among the other debug output when exiting.Please consider having the debug option output to a file instead of STDERR / STDOUT since those can easily become unreadable. Part of the idea would be to separate the STDERR output of firejail from any STDERR output of the program being sandboxed.
@chiraag-nataraj commented on GitHub (Aug 11, 2017):
You can use
--output=logfileto send all output to a log file.@Boruch-Baum commented on GitHub (Aug 11, 2017):
I tried that, and it wasn't acting that way. If it should be acting that way, then I have another issue to open. Stay tuned a few minutes . . .
@netblue30 commented on GitHub (Aug 13, 2017):
I think the fix is in, if necessary we'll reopen the issue.
We have now --output and --output-stderr. The last one also redirects stderr to the file. Ncurses programs should work fine now with --output. Thanks.