Log to systemd-journald

This patch add the neutron logs to systemd-journald.

Change-Id: I1154d9a027daaf9eaaae3670f6cf6823f3fe03e4
This commit is contained in:
Marc Gariepy 2019-06-13 13:44:59 -04:00
parent 61dc3828b4
commit 7425016564
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ use_stderr = False
debug = {{ debug }}
fatal_deprecations = {{ neutron_fatal_deprecations }}
log_file = {{ neutron_log_dir }}/neutron.log
use_journal = True
## Rpc all
executor_thread_pool_size = {{ neutron_rpc_thread_pool_size }}

View File

@ -34,6 +34,7 @@ neutron_pip_packages:
- osprofiler
- PyMySQL
- python-memcached
- systemd-python
# Specific pip packages provided by the user
neutron_user_pip_packages: []