Changes between Version 6 and Version 7 of Logging
- Timestamp:
- 07/13/20 09:13:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logging
v6 v7 56 56 }}} 57 57 These commands are also available trough the server's dbus interface, see #904. 58 59 == Toggle Server/Client verbose logging on live instances == 60 You can do things like: 61 * enable many categories: 62 {{{ 63 xpra control :2 client debug enable window geometry screen 58 64 }}} 65 * enable loggers that match both categories: 66 {{{ 67 xpra control :2 client debug disable focus+grab 68 }}} 69 70 ''Source: [https://xpra.org/trac/ticket/2658#comment:8]'' 71 }}} 72 73 74 [[BR]] 59 75 60 76