From ebdb5fa51a4794e570b57ec9dd2b9d18704a1af7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 12 Feb 2019 14:29:04 -0800 Subject: [PATCH] Log github3 at DEBUG level We are figuring out some github API interaction slowness and additional api logging will help tremendously. Change-Id: I80959b31d0fb8200a924d689e1bc27b9cde0ca31 --- files/logging.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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