Skip to content

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.

Enable the verbose mode

  1. Close Keka
  2. Open the Terminal.app
  3. Enter the mode/s (see below) you want to enable setting them to true
  4. Close the Terminal.app
  5. Open the Console.app and in the search field (top right) filter by Keka
  6. Open Keka and repeat the process that might be causing the issue

Verbose modes

Default (always needed)

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>

Reader (compression/extraction process)

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>

Notification Center (rarely needed)

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.

Clone this wiki locally