Log to systemd-journald
This patch add the neutron logs to systemd-journald. Change-Id: I1154d9a027daaf9eaaae3670f6cf6823f3fe03e4
This commit is contained in:
parent
61dc3828b4
commit
7425016564
@ -14,6 +14,7 @@ use_stderr = False
|
|||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
fatal_deprecations = {{ neutron_fatal_deprecations }}
|
fatal_deprecations = {{ neutron_fatal_deprecations }}
|
||||||
log_file = {{ neutron_log_dir }}/neutron.log
|
log_file = {{ neutron_log_dir }}/neutron.log
|
||||||
|
use_journal = True
|
||||||
|
|
||||||
## Rpc all
|
## Rpc all
|
||||||
executor_thread_pool_size = {{ neutron_rpc_thread_pool_size }}
|
executor_thread_pool_size = {{ neutron_rpc_thread_pool_size }}
|
||||||
|
@ -34,6 +34,7 @@ neutron_pip_packages:
|
|||||||
- osprofiler
|
- osprofiler
|
||||||
- PyMySQL
|
- PyMySQL
|
||||||
- python-memcached
|
- python-memcached
|
||||||
|
- systemd-python
|
||||||
|
|
||||||
# Specific pip packages provided by the user
|
# Specific pip packages provided by the user
|
||||||
neutron_user_pip_packages: []
|
neutron_user_pip_packages: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user