Filippo Giunchedi has submitted this change and it was merged.

Change subject: diamond: fix StreamHandler module path
......................................................................


diamond: fix StreamHandler module path

differently than others StreamHandler, FileHandler and NullHandler are in
logging, not logging.handlers

Change-Id: I47b291651de70186956331c9e0643da4e6732e63
---
M modules/diamond/templates/diamond.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/modules/diamond/templates/diamond.conf.erb 
b/modules/diamond/templates/diamond.conf.erb
index 69a93fa..b49c469 100644
--- a/modules/diamond/templates/diamond.conf.erb
+++ b/modules/diamond/templates/diamond.conf.erb
@@ -36,7 +36,7 @@
 propagate = 1
 
 [handler_stdout]
-class = logging.handlers.StreamHandler
+class = logging.StreamHandler
 args = (None, )
 
 [handler_rotated_file]

-- 
To view, visit https://gerrit.wikimedia.org/r/257853
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I47b291651de70186956331c9e0643da4e6732e63
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to