Remove bare-precise from nodepool-builder logging

Change-Id: I607c95f4a9170d2d10106453deb58d7ffddb6db9
Depends-On: Iae3d0e28d39a69dd6626a6e9a6493bf868f8fe38
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-10 20:16:26 -04:00
parent 2b0fed20ea
commit 26d08d29e7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -7,14 +7,12 @@
[loggers]
keys=root,nodepool,requests,shade,image,
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
dib_ubuntu-precise, dib_ubuntu-trusty, dib_ubuntu-xenial,
dib_centos-7, dib_fedora-23
[handlers]
keys=console,debug,normal,image,
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
dib_ubuntu-precise, dib_ubuntu-trusty, dib_ubuntu-xenial,
dib_centos-7, dib_fedora-23
@ -78,42 +76,6 @@ datefmt=
# ==== individual image loggers ====
[logger_rax-dfw_bare-precise]
level=DEBUG
handlers=rax-dfw_bare-precise
qualname=nodepool.image.build.rax-dfw.bare-precise
propagate=0
[handler_rax-dfw_bare-precise]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/rax-dfw.bare-precise.log', 'H', 8, 30,)
[logger_rax-ord_bare-precise]
level=DEBUG
handlers=rax-ord_bare-precise
qualname=nodepool.image.build.rax-ord.bare-precise
propagate=0
[handler_rax-ord_bare-precise]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/rax-ord.bare-precise.log', 'H', 8, 30,)
[logger_rax-iad_bare-precise]
level=DEBUG
handlers=rax-iad_bare-precise
qualname=nodepool.image.build.rax-iad.bare-precise
propagate=0
[handler_rax-iad_bare-precise]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/rax-iad.bare-precise.log', 'H', 8, 30,)
[logger_tripleo-test-cloud-rh1_tripleo-f22]
level=DEBUG
handlers=tripleo-test-cloud-rh1_tripleo-f22