🐛 fix: emit all config-loading logs in correct JSON format from the start #16

Merged
arcodange merged 5 commits from fix/json-logging-first-message into main 2026-04-12 23:28:36 +02:00
Showing only changes of commit 18b2f0a87f - Show all commits

View File

@@ -231,6 +231,12 @@ fi
echo "" echo ""
echo -e "\033[0;32m🎉 GRACEFUL SHUTDOWN TEST PASSED!\033[0m" echo -e "\033[0;32m🎉 GRACEFUL SHUTDOWN TEST PASSED!\033[0m"
echo "All required logs are present and in correct order." echo "All required logs are present and in correct order."
echo ""
echo "📋 Full server log:"
echo "==============================="
cat "$LOG_FILE" | jq -r '"[\(.level | ascii_upcase)] \(.time | tostring) — \(.message)"'
echo "==============================="
echo "" echo ""
# Clean up # Clean up