summaryrefslogtreecommitdiff
path: root/zuul/ansible
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-11-29 10:48:25 -0800
committerJames E. Blair <jim@acmegating.com>2022-01-25 06:44:17 -0800
commit215c96f50004d7bd1cf7dab7ad82aa9deb3143b4 (patch)
treededbc617efa1baaed05bbe0c5679a280cae94db1 /zuul/ansible
parent80e909c38585ce87371bcac900ca79ddef2720c6 (diff)
downloadzuul-215c96f50004d7bd1cf7dab7ad82aa9deb3143b4.tar.gz
Remove gearman server
The gearman server is no longer required. Remove it from tests and the scheduler. Change-Id: I34eda003889305dadec471930ab277e31d78d9fe
Diffstat (limited to 'zuul/ansible')
-rw-r--r--zuul/ansible/logconfig.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/zuul/ansible/logconfig.py b/zuul/ansible/logconfig.py
index c8572796e..66881336a 100644
--- a/zuul/ansible/logconfig.py
+++ b/zuul/ansible/logconfig.py
@@ -103,10 +103,6 @@ _DEFAULT_SERVER_LOGGING_CONFIG = {
'handlers': ['console'],
'level': 'INFO',
},
- 'gear': {
- 'handlers': ['console'],
- 'level': 'WARN',
- },
'alembic.runtime.migration': {
'handlers': ['console'],
'level': 'INFO',