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

remote-logging : from server to client #2749

Closed
totaam opened this issue May 1, 2020 · 2 comments
Closed

remote-logging : from server to client #2749

totaam opened this issue May 1, 2020 · 2 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented May 1, 2020

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:

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.

@totaam
Copy link
Collaborator Author

totaam commented May 15, 2020

Done in r26355.

Still TODO:

  • update man page
  • share more code between server and client implementation?
  • test on win32

@totaam
Copy link
Collaborator Author

totaam commented May 19, 2020

Tested OK on win32.

Minor tweaks and man page updates in r26415.

@totaam totaam closed this as completed May 19, 2020
@totaam totaam added the v4.0.x label Jan 22, 2021
@totaam totaam mentioned this issue Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant