Skip to content

Commit b82630d

Browse files
committed
chore(ci): clean up debug logging, keep error-level logs
CI passes 8/8. Remove verbose debug output added for Twilio investigation. Keep mockd.log dump on failure for future debugging.
1 parent 070839b commit b82630d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ jobs:
128128
run: |
129129
CONFIG_DIR=$(dirname ${{ matrix.sample.config }})
130130
cd "$CONFIG_DIR"
131-
echo "CWD: $(pwd)"
132-
echo "Config: $(ls -la mockd.yaml)"
133-
echo "Spec files: $(ls -la *.json *.yaml 2>/dev/null | grep -v mockd.yaml || echo 'none')"
134-
nohup mockd start -c mockd.yaml --no-auth --log-level debug > /tmp/mockd.log 2>&1 &
131+
nohup mockd start -c mockd.yaml --no-auth --log-level error > /tmp/mockd.log 2>&1 &
135132
echo $! > /tmp/mockd.pid
136133
for i in $(seq 1 120); do
137134
curl -sf http://localhost:4290/health > /dev/null 2>&1 && break

0 commit comments

Comments
 (0)