#2749 closed enhancement (fixed)
remote-logging : from server to client
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.1 |
Component: | core | Version: | 4.0.x |
Keywords: | Cc: |
Description (last modified by )
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.
Change History (5)
comment:1 Changed 2 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Version: | 3.0.x → 4.0.x |
comment:2 Changed 2 years ago by
Priority: | major → critical |
---|
comment:3 Changed 2 years ago by
Description: | modified (diff) |
---|
Done in r26355.
Still TODO:
- update man page
- share more code between server and client implementation?
- test on win32
comment:4 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Tested OK on win32.
Minor tweaks and man page updates in r26415.
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2749
Note: See
TracTickets for help on using
tickets.
Could be very useful for debugging, raising.