![Ihar Hrachyshka](/assets/img/avatar_default.png)
Some runs started to fail due to large sub_unit.log files. We should reduce their size. The easy way to achieve this is to disable INFO messages that are filling our logs. Change-Id: I6b3d3a4498593b6b5635d7eded4f9f88c84e5da0 Closes-Bug: 1316610
28 lines
571 B
Plaintext
28 lines
571 B
Plaintext
[DEFAULT]
|
|
# Show more verbose log output (sets INFO log level output)
|
|
verbose = False
|
|
|
|
# Show debugging output in logs (sets DEBUG log level output)
|
|
debug = False
|
|
|
|
# Address to bind the API server
|
|
bind_host = 0.0.0.0
|
|
|
|
# Port the bind the API server to
|
|
bind_port = 9696
|
|
|
|
# Path to the extensions
|
|
api_extensions_path = unit/extensions
|
|
|
|
# Paste configuration file
|
|
api_paste_config = api-paste.ini.test
|
|
|
|
# The messaging module to use, defaults to kombu.
|
|
rpc_backend = neutron.openstack.common.rpc.impl_fake
|
|
|
|
lock_path = $state_path/lock
|
|
|
|
[database]
|
|
connection = 'sqlite://'
|
|
|