Log more information for PDOExceptions while also keeping passwords out.

This commit is contained in:
Dane Everitt 2018-02-18 14:31:40 -06:00
parent 4b9f025e98
commit 1eb76c4457
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 47 additions and 1 deletions

View file

@ -11,6 +11,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Fixes database naming scheme using `d###_` rather than `s###_` when creating server databases.
* Fix exception thrown when attempting to update an existing database host.
### Changed
* Adjusted exception handler behavior to log more stack information for PDO exceptions while not exposing credentials.
## v0.7.0 (Derelict Dermodactylus)
### Fixed
* `[rc.2]` — Fixes bad API behavior on `/user` routes.