Merge "Add ubuntu-precise logging to nodepool-builder"
This commit is contained in:
commit
b43bc9c847
@ -9,13 +9,15 @@
|
|||||||
keys=root,nodepool,requests,shade,image,
|
keys=root,nodepool,requests,shade,image,
|
||||||
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
|
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
|
||||||
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
|
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
|
||||||
dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7, dib_fedora-23
|
dib_ubuntu-precise, dib_ubuntu-trusty, dib_ubuntu-xenial,
|
||||||
|
dib_centos-7, dib_fedora-23
|
||||||
|
|
||||||
[handlers]
|
[handlers]
|
||||||
keys=console,debug,normal,image,
|
keys=console,debug,normal,image,
|
||||||
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
|
rax-dfw_bare-precise, rax-ord_bare-precise, rax-iad_bare-precise,
|
||||||
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
|
tripleo-test-cloud-rh1_tripleo-f22, dib_debian-jessie,
|
||||||
dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7, dib_fedora-23
|
dib_ubuntu-precise, dib_ubuntu-trusty, dib_ubuntu-xenial,
|
||||||
|
dib_centos-7, dib_fedora-23
|
||||||
|
|
||||||
[formatters]
|
[formatters]
|
||||||
keys=simple
|
keys=simple
|
||||||
@ -136,6 +138,18 @@ class=logging.handlers.TimedRotatingFileHandler
|
|||||||
formatter=simple
|
formatter=simple
|
||||||
args=('<%= @image_log_document_root %>/dib.debian-jessie.log', 'H', 8, 30,)
|
args=('<%= @image_log_document_root %>/dib.debian-jessie.log', 'H', 8, 30,)
|
||||||
|
|
||||||
|
[logger_dib_ubuntu-precise]
|
||||||
|
level=DEBUG
|
||||||
|
handlers=dib_ubuntu-precise
|
||||||
|
qualname=nodepool.image.build.ubuntu-precise
|
||||||
|
propagate=0
|
||||||
|
|
||||||
|
[handler_dib_ubuntu-precise]
|
||||||
|
level=DEBUG
|
||||||
|
class=logging.handlers.TimedRotatingFileHandler
|
||||||
|
formatter=simple
|
||||||
|
args=('<%= @image_log_document_root %>/dib.ubuntu-precise.log', 'H', 8, 30,)
|
||||||
|
|
||||||
[logger_dib_ubuntu-trusty]
|
[logger_dib_ubuntu-trusty]
|
||||||
level=DEBUG
|
level=DEBUG
|
||||||
handlers=dib_ubuntu-trusty
|
handlers=dib_ubuntu-trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user