-
-
Notifications
You must be signed in to change notification settings - Fork 240
Console verbose
aONe edited this page Feb 2, 2019
·
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
- Close the Terminal.app
- Open the Console.app and in the search field (top right) filter by
Keka
- Open Keka and repeat the process that might be causing the issue
- Close Keka
- Open the Terminal.app
- Enter the mode/s (see below) you want to disable setting them to
false
For general use of Keka enable this one. If you need any of the other, you also need to enable this:
defaults write com.aone.keka DevLog -bool <TRUE/FALSE>
If you need to troubleshot a compression/extraction process that fails, this enable this one (and the default):
defaults write com.aone.keka DevLogReader -bool <TRUE/FALSE>
For more verbosity in the Notifications sent by Keka, use this one (and the default):
defaults write com.aone.keka DevLogNotifications -bool <TRUE/FALSE>
Note all the above should be activated using the Terminal.app. You should choose to activate (TRUE
) or deactivate (FALSE
) the options.
Keka, the macOS file archiver (https://www.keka.io)