Fluentd: disable log path docker transformation
Currently fluentd is using a path transformation to set the log path on all the docker services. This transformation creates /var/log/containers path from /var/log, so all the log paths are configured wrongly as /var/log/containers/containers/ This path disables the transformation on the fluentd service. Closes-Bug: #1780050 Change-Id: I07374da9ddbd61f9feb2a17dcbe4514f43d70457
This commit is contained in:
parent
56dd8bd8a5
commit
b0a27757c4
@ -60,9 +60,6 @@ outputs:
|
||||
config_settings:
|
||||
map_merge:
|
||||
- {get_attr: [FluentdClientBase, role_data, config_settings]}
|
||||
- tripleo::profile::base::logging::fluentd::fluentd_path_transform:
|
||||
- /var/log/
|
||||
- /var/log/containers/
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
config_volume: fluentd
|
||||
|
Loading…
Reference in New Issue
Block a user