File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ jobs:
7171 - name : Verify X-Ray daemon received traces
7272 run : |
7373 echo "X-Ray daemon logs:"
74- cat daemon-logs/ xray-daemon.log
74+ cat xray-daemon/daemon-logs .log
7575
7676 # Check if the daemon received and processed some data
77- if grep -q "sending.*batch" daemon-logs/ xray-daemon.log; then
77+ if grep -q "sending.*batch" xray-daemon/daemon-logs .log; then
7878 echo "✅ X-Ray daemon processed trace data (AWS upload errors are expected)"
7979 exit 0
80- elif grep -q "processor:.*segment" daemon-logs/ xray-daemon.log; then
80+ elif grep -q "processor:.*segment" xray-daemon/daemon-logs .log; then
8181 echo "✅ X-Ray daemon processed segment data (AWS upload errors are expected)"
8282 exit 0
8383 else
You can’t perform that action at this time.
0 commit comments