Setup python logging and use it in the PresenceService

This commit is contained in:
Marco Pesenti Gritti
2006-06-17 19:54:12 -04:00
parent 361eeff0c5
commit 53f00b05b1
5 changed files with 49 additions and 17 deletions
+9
View File
@@ -43,3 +43,12 @@ Key bindings
ctrl+Up Toggle chat window visibility
ctrl+Left Toggle presence window visibility
F11 Toggle activities window fullscreen
Logging
=======
The logging level by default is set to 'warning'.
To change it to debug you can define the following environment
variable:
SUGAR_LOGGING_LEVEL=debug