fix: log 503 client error to stderr

This commit is contained in:
M. Taimoor Zaeem
2025-02-08 21:08:29 -05:00
committed by Steve Chavez
parent 3f78615dff
commit c96dc3ee90
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Fixed `"column <json_aggregate>.<alias> does not exist"` error when selecting `?select=...table(aias:count())`
- #3727, Clarify "listening" logs - @steve-chavez
- #3795, Clarify `Accept: vnd.pgrst.object` error message - @steve-chavez
- #3841, Log `503` client error to stderr - @taimoorzaeem
### Changed