Changes between Version 66 and Version 67 of help/en/howto/mount/issues
- Timestamp:
- Apr 15, 2020 9:51:47 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/mount/issues
v66 v67 159 159 160 160 The log output can also be found in ''Console.app'' (Open from `/Applications/Utilities`). When requested, enable info and debug messages from ''Action → Include Info Messages'' and ''Action → Include Debug Messages'' respectively. Filter output by pasting `io.mountainduck` in the search input field in the toolbar of the window and choose ''Subsystem''in the small dropdown menu. Choose ''Edit → Select All'' and ''Edit → Copy'' to copy the output to the clipboard. 161 162 Alternatively if you are familiar with ''Terminal.app'' you can get the current log output streamed with 163 164 {{{ 165 log stream --predicate '(subsystem =="io.mountainduck")' --level debug 166 }}}