Skip to content
Snippets Groups Projects
Commit 571e4fca authored by Doug Szumski's avatar Doug Szumski
Browse files

Standardise log field naming

Use the same field name for extracting all log messages to make it
simpler to parse the output from fluentd.

Closes-Bug: #1723459

Change-Id: I55b86061c8f70b25cf88e394fdfc78fa3c85c79f
parent e6ea5797
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
path /var/log/kolla/*/*-access.log,/var/log/kolla/*/*-error.log path /var/log/kolla/*/*-access.log,/var/log/kolla/*/*-error.log
pos_file /var/run/{{ fluentd_dir }}/kolla-openstack-wsgi.pos pos_file /var/run/{{ fluentd_dir }}/kolla-openstack-wsgi.pos
tag kolla.* tag kolla.*
format /^(?<message>.*)$/ format /^(?<Payload>.*)$/
enable_watch_timer false enable_watch_timer false
</source> </source>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment