Browse Source

logs

pull/7481/head
chrislu 3 weeks ago
parent
commit
98490455c7
  1. 2
      .github/workflows/test-s3-over-https-using-awscli.yml

2
.github/workflows/test-s3-over-https-using-awscli.yml

@ -93,6 +93,7 @@ jobs:
echo "=========================================" echo "========================================="
echo "SeaweedFS Server Logs" echo "SeaweedFS Server Logs"
echo "=========================================" echo "========================================="
# Note: weed.log is relative to working-directory (weed/)
if [ -f weed.log ]; then if [ -f weed.log ]; then
cat weed.log cat weed.log
else else
@ -104,5 +105,6 @@ jobs:
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v5
with: with:
name: seaweedfs-logs name: seaweedfs-logs
# Note: actions don't use defaults.run.working-directory, so path is relative to workspace root
path: weed/weed.log path: weed/weed.log
retention-days: 3 retention-days: 3
Loading…
Cancel
Save