Changes between Version 161 and Version 162 of help/en/faq
- Timestamp:
- Nov 28, 2019 7:00:36 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/faq
v161 v162 155 155 [[Image(Console.app.png, 800px)]] 156 156 157 Alternatively if you are familiar with ''Terminal.app'' enter157 Alternatively if you are familiar with ''Terminal.app'' you can get the current log output streamed while using Cyberduck with 158 158 159 159 {{{ … … 164 164 {{{ 165 165 log stream --predicate '(subsystem == "ch.sudo.cyberduck") && (category == "transcript")' --level info 166 }}} 167 168 Alternatively to show previous log events use 169 170 {{{ 171 log show --predicate '(subsystem == "ch.sudo.cyberduck")' --info 166 172 }}} 167 173