diff --git a/files/logging.conf b/files/logging.conf
index ab1d1aa..a219bc2 100644
--- a/files/logging.conf
+++ b/files/logging.conf
@@ -1,5 +1,5 @@
 [loggers]
-keys=root,zuul,gerrit,gerrit_io,gear,kazoo
+keys=root,zuul,gerrit,gerrit_io,gear,kazoo,github_io
 
 [handlers]
 keys=console,debug,normal
@@ -36,6 +36,11 @@ level=INFO
 handlers=debug,normal
 qualname=kazoo
 
+[logger_github_io]
+level=DEBUG
+handlers=debug,normal
+qualname=github3
+
 [handler_console]
 level=WARNING
 class=StreamHandler