Add debug irc logging to statusbot.
Change-Id: If32becf64f944cba39cdba025eb57cd55f6825db Reviewed-on: https://review.openstack.org/26391 Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
56b316ac11
commit
3cbaa41e3f
@ -1,5 +1,5 @@
|
||||
[loggers]
|
||||
keys=root,statusbot
|
||||
keys=root,statusbot,irc
|
||||
|
||||
[handlers]
|
||||
keys=console,debug,normal
|
||||
@ -16,6 +16,11 @@ level=DEBUG
|
||||
handlers=debug,normal
|
||||
qualname=statusbot
|
||||
|
||||
[logger_irc]
|
||||
level=DEBUG
|
||||
handlers=debug,normal
|
||||
qualname=irc
|
||||
|
||||
[handler_console]
|
||||
level=WARNING
|
||||
class=StreamHandler
|
||||
|
Loading…
Reference in New Issue
Block a user