Changes between Version 1 and Version 3 of Ticket #2749
- Timestamp:
- 05/15/20 16:33:10 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2749
-
Property
Priority
changed from
major
tocritical
-
Property
Priority
changed from
-
Ticket #2749 – Description
v1 v3 1 1 To make it easier to debug servers (see also #2750), when the server log file may not be easily accessible. 2 2 3 The new default should be `auto`:3 Log `both` to log file and clients when requested: 4 4 {{{ 5 xpra start --remote-logging= auto5 xpra start --remote-logging=both 6 6 }}} 7 And then the clients can do:7 And then the clients can then do: 8 8 {{{ 9 xpra attach --remote-logging= from-server[--windows=no --speaker=no --notifications=no]9 xpra attach --remote-logging=receive [--windows=no --speaker=no --notifications=no] 10 10 }}} 11 11 To receive the server's log output.