Skip to content

Commit

Permalink
[AAP EDA] Adding aap eda nginx log files to be collected
Browse files Browse the repository at this point in the history
Adding the line to collect the nginx log files for the AAP EDA
sos report used for troubleshooting issues at
Ansible Automation Platform Event Driven Controller

Related: RH AAP-12898

Signed-off-by: Rudnei Bertol Junior <[email protected]>
  • Loading branch information
rbertol authored and TurboTurtle committed Apr 8, 2024
1 parent 4cd4fc5 commit 0817868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sos/report/plugins/aap_eda.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def setup(self):
"/var/log/ansible-automation-platform/eda/scheduler.log*",
"/var/log/ansible-automation-platform/eda/gunicorn.log*",
"/var/log/ansible-automation-platform/eda/activation.log*",
"/var/log/nginx/automationedacontroller.access.log*",
"/var/log/nginx/automationedacontroller.error.log*",
])

self.add_forbidden_path([
Expand Down

0 comments on commit 0817868

Please sign in to comment.