diff options
author | chris meyers <chris.meyers.fsu@gmail.com> | 2020-04-28 15:12:42 +0200 |
---|---|---|
committer | chris meyers <chris.meyers.fsu@gmail.com> | 2020-04-28 15:12:42 +0200 |
commit | 960aa9df16dda04de64ac461ae8a09fcf42d2eb4 (patch) | |
tree | 05a0f298595cddbbd5cb093c8c420eaf81412e58 /tools/sosreport | |
parent | Merge pull request #4265 from john-westcott-iv/release_3.7.0 (diff) | |
download | awx-960aa9df16dda04de64ac461ae8a09fcf42d2eb4.tar.xz awx-960aa9df16dda04de64ac461ae8a09fcf42d2eb4.zip |
add redis logs to sosreport
* rhel8 /var/log/redis/redis.log
* rhel7 scl location
Diffstat (limited to 'tools/sosreport')
-rw-r--r-- | tools/sosreport/tower.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index d0dde20dad..9c4b440e4f 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -28,8 +28,10 @@ SOSREPORT_TOWER_DIRS = [ "/var/log/tower", "/var/log/nginx", "/var/log/supervisor", + "/var/log/redis", "/etc/opt/rh/rh-redis5/redis.conf", "/etc/redis.conf", + "/var/opt/rh/rh-redis5/log/redis/redis.log", "/var/log/dist-upgrade", "/var/log/installer", "/var/log/unattended-upgrades", |