fix: not logging termination unix signals
Under container environments like ECS, it's hard to know when PostgREST is being terminated.
This commit is contained in:
committed by
Steve Chavez
parent
12ef63370b
commit
622c6d3f19
@@ -15,6 +15,10 @@ All notable changes to this project will be documented in this file. From versio
|
||||
- Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824
|
||||
- Add `Vary` header to responses by @develop7 in #4609
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728
|
||||
|
||||
### Changed
|
||||
|
||||
- All responses now include a `Vary` header by @develop7 in #4609
|
||||
|
||||
Reference in New Issue
Block a user