Skip to content

Commit

Permalink
Output new syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 11, 2024
1 parent 0d47047 commit 1093956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Output rodsLogs
if: failure()
run: |
docker exec provider.yoda sh -c 'set -x ; cat /var/lib/irods/log/rodsLog*'
docker exec provider.yoda sh -c 'set -x ; cat /var/log/syslog | grep irodsServer'
- name: Output web server logs
Expand Down

0 comments on commit 1093956

Please sign in to comment.