-
-
Notifications
You must be signed in to change notification settings - Fork 245
Console verbose
aONe edited this page Feb 10, 2020
·
14 revisions
To be able to solve some issues, it may be necessary to enable the verbose mode on Keka.
- Close Keka
- Open the Terminal.app
- Enter the mode/s (see below) you want to enable setting them to
true
(example) - Close the Terminal.app
- Open the Console.app and in the search field (top right) filter by
Keka
(example) - Open Keka and repeat the process that might be causing the issue
- Don't forget to disable the verbose mode once is no more needed
- Close Keka
- Open the Terminal.app
- Enter the mode/s (see below) you want to disable setting them to
false
For troubleshooting anything this one should be enabled:
defaults write com.aone.keka DevLog -bool <TRUE/FALSE>
For troubleshooting a compression/extraction process enable this as well as the default:
defaults write com.aone.keka DevLogReader -bool <TRUE/FALSE>
For troubleshooting the Notifications sent by Keka enable this as well as the default:
defaults write com.aone.keka DevLogNotifications -bool <TRUE/FALSE>
Enabling the default verbose mode in the Terminal.app:
Filtering by Keka
process in the Console.app:
Keka, the macOS file archiver (https://www.keka.io)