Skip to content

Console verbose

aONe edited this page Jul 31, 2017 · 14 revisions

If you need to see more messages about what's going on in the Console.app, enable the dev environment:

defaults write com.aone.keka DevLog -bool <TRUE/FALSE>

Starting with version 1.1.0, some messages are still disabled. These are complementary to the dev environment:

  • If you need more information about the binary in use, if any:
defaults write com.aone.keka DevLogReader -bool <TRUE/FALSE>
  • If you need more information about the notifications sent to Notification Center:
defaults write com.aone.keka DevLogNotifications -bool <TRUE/FALSE>
Clone this wiki locally