Skip to content
John Sullivan edited this page Jan 20, 2014 · 8 revisions

How do I get the client to stop printing out so many messages?

The client logs messages at various log levels (specifically DEBUG, INFO, WARNING, ERROR, and CRITICAL). By default, all messages of level INFO and higher will be logged. This is useful when you first use the client as it can quickly help you get a feel for what the client is doing and will help you fix any initial problems starting out, but if you want to suppress those messages, you can simply run the following command.

galapi --verbosity WARNING --save

After which you will only see messages of WARNING and higher.

How do I logout, so that it asks for my username?

galapi --logout

Note: The logout command does not yet work in the shell. Make sure to exit the shell before issuing the command.

Galah keeps saying "You do not have sufficient permissions to use that command."

Either you actually don't have permissions to execute the command you're trying to run (see the permissions section in the documentation for the command you're trying to run), or for some reason Galah isn't recognizing you as being logged in. You should try logging out and logging back in (see above FAQ).