system-config/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb
Paul Belanger 7331598762
Add ubuntu-precise logging to nodepool-builder
Change-Id: I0d884456daaa6844251a421ba02746177ea9548d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-05-05 07:53:42 -04:00

200 lines
4.7 KiB
Plaintext

#
# THIS FILE HAS BEEN AUTOGENERATED
# Regenerate it with tools/nodepool_log_config.py
#
[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
[formatters]
keys=simple
[logger_root]
level=WARNING
handlers=console
[logger_requests]
level=WARNING
handlers=debug,normal
qualname=requests
[logger_shade]
level=WARNING
handlers=debug,normal
qualname=shade
[logger_nodepool]
level=DEBUG
handlers=debug,normal
qualname=nodepool
[logger_image]
level=DEBUG
handlers=image
qualname=nodepool.image.build
propagate=0
[handler_console]
level=WARNING
class=StreamHandler
formatter=simple
args=(sys.stdout,)
[handler_debug]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('/var/log/nodepool/builder-debug.log', 'H', 8, 30,)
[handler_normal]
level=INFO
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('/var/log/nodepool/nodepool-builder.log', 'H', 8, 30,)
[handler_image]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/image.log', 'H', 8, 30,)
[formatter_simple]
format=%(asctime)s %(levelname)s %(name)s: %(message)s
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
qualname=nodepool.image.build.tripleo-test-cloud-rh1.tripleo-f22
propagate=0
[handler_tripleo-test-cloud-rh1_tripleo-f22]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/tripleo-test-cloud-rh1.tripleo-f22.log', 'H', 8, 30,)
[logger_dib_debian-jessie]
level=DEBUG
handlers=dib_debian-jessie
qualname=nodepool.image.build.debian-jessie
propagate=0
[handler_dib_debian-jessie]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
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]
level=DEBUG
handlers=dib_ubuntu-trusty
qualname=nodepool.image.build.ubuntu-trusty
propagate=0
[handler_dib_ubuntu-trusty]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/dib.ubuntu-trusty.log', 'H', 8, 30,)
[logger_dib_ubuntu-xenial]
level=DEBUG
handlers=dib_ubuntu-xenial
qualname=nodepool.image.build.ubuntu-xenial
propagate=0
[handler_dib_ubuntu-xenial]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/dib.ubuntu-xenial.log', 'H', 8, 30,)
[logger_dib_centos-7]
level=DEBUG
handlers=dib_centos-7
qualname=nodepool.image.build.centos-7
propagate=0
[handler_dib_centos-7]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/dib.centos-7.log', 'H', 8, 30,)
[logger_dib_fedora-23]
level=DEBUG
handlers=dib_fedora-23
qualname=nodepool.image.build.fedora-23
propagate=0
[handler_dib_fedora-23]
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('<%= @image_log_document_root %>/dib.fedora-23.log', 'H', 8, 30,)