Changes between Version 160 and Version 161 of help/en/faq
- Timestamp:
- Nov 28, 2019 6:55:07 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/faq
v160 v161 155 155 [[Image(Console.app.png, 800px)]] 156 156 157 Alternatively if you are familiar with ''Terminal.app'' enter `log stream --predicate '(subsystem =="ch.sudo.cyberduck")' --level info`. 157 Alternatively if you are familiar with ''Terminal.app'' enter 158 159 {{{ 160 log stream --predicate '(subsystem =="ch.sudo.cyberduck")' --level info 161 }}} 162 163 You can filter for the connection transcript only by using 164 {{{ 165 log stream --predicate '(subsystem == "ch.sudo.cyberduck") && (category == "transcript")' --level info 166 }}} 158 167 159 168 ==== Windows ====