diff options
author | Christian Adams <chadams@redhat.com> | 2020-01-24 19:56:01 +0100 |
---|---|---|
committer | Christian Adams <chadams@redhat.com> | 2020-04-13 17:43:59 +0200 |
commit | 4cd0d60711c90b1b5b0e3cff7aeffc9fec1301c7 (patch) | |
tree | bae2f4962aa3052aacf05ec626ae169d8a1e56aa /.gitignore | |
parent | Upstream rsyslog packaging changes (diff) | |
download | awx-4cd0d60711c90b1b5b0e3cff7aeffc9fec1301c7.tar.xz awx-4cd0d60711c90b1b5b0e3cff7aeffc9fec1301c7.zip |
Properly handle logger paths and https/http configuration
- log aggregator url paths were not being passed to rsyslog
- http log services like loggly will now truly use http and port 80
- add rsyslog.pid to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac443e2acd..f772abd40c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ awx/ui/templates/ui/installing.html awx/ui_next/node_modules/ awx/ui_next/coverage/ awx/ui_next/build/locales/_build +rsyslog.pid /tower-license /tower-license/** tools/prometheus/data |