We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make it easier to debug servers (see also #2750), when the server log file may not be easily accessible.
Log both to log file and clients when requested:
both
xpra start --remote-logging=both
And then the clients can then do:
xpra attach --remote-logging=receive [--windows=no --speaker=no --notifications=no]
To receive the server's log output.
The text was updated successfully, but these errors were encountered:
Done in r26355.
Still TODO:
Sorry, something went wrong.
Tested OK on win32.
Minor tweaks and man page updates in r26415.
No branches or pull requests
To make it easier to debug servers (see also #2750), when the server log file may not be easily accessible.
Log
both
to log file and clients when requested:And then the clients can then do:
To receive the server's log output.
The text was updated successfully, but these errors were encountered: