diff --git a/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 b/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 deleted file mode 100644 index b929023575..0000000000 --- a/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ - - @type parser - reserve_data true - format grok - key_name Payload - grok_pattern %{TIMESTAMP_ISO8601:Timestamp} %{NUMBER:Pid} %{LOGLEVEL:log_level} %{NOTSPACE:python_module} \[(?:req-(?:%{NOTSPACE:request_id}) (?:%{NOTSPACE:user_id}) (?:%{NOTSPACE:tenant_id}) (?:%{NOTSPACE:domain_id}) (?:%{NOTSPACE:user_domain}) (?:%{NOTSPACE:project_domain})|-)\] %{GREEDYDATA:Payload} - time_format "%Y-%m-%d %H:%M:%S.%L" - time_key Timestamp - keep_time_key true -