summaryrefslogtreecommitdiff
path: root/ironic_python_agent/config.py
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-08-19 17:23:47 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-08-19 17:25:24 +0200
commitd50ff06b6bbf8909496882c7200c11299dc6b039 (patch)
tree9d1d18db02be8ae4f7e539e69a8fa843daac6f9d /ironic_python_agent/config.py
parentba6ca246f542b49e59d51692231a59abdaf6290b (diff)
downloadironic-python-agent-d50ff06b6bbf8909496882c7200c11299dc6b039.tar.gz
Enable the logs collection by default
It's incredibly helpful when debugging and most of consumers seem to enable and rely on it. Change-Id: I33bf58b3eb16b63b70f2a23e8a04449dc88fd94c
Diffstat (limited to 'ironic_python_agent/config.py')
-rw-r--r--ironic_python_agent/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/config.py b/ironic_python_agent/config.py
index 9079d154..2c8105b1 100644
--- a/ironic_python_agent/config.py
+++ b/ironic_python_agent/config.py
@@ -23,7 +23,7 @@ CONF = cfg.CONF
APARAMS = utils.get_agent_params()
-INSPECTION_DEFAULT_COLLECTOR = 'default'
+INSPECTION_DEFAULT_COLLECTOR = 'default,logs'
INSPECTION_DEFAULT_DHCP_WAIT_TIMEOUT = 60
cli_opts = [