DownloadTicketService / dl

Download Ticket Service
https://www.thregr.org/~wavexx/software/dl/
GNU General Public License v2.0
84 stars 30 forks source link

Log verbose initialization errors #67

Open wavexx opened 6 years ago

wavexx commented 6 years ago

Errors in the initialization step (permission issues, DB connection and schema check) should be emitted with HTTP error codes from the outside (as done in the REST backend), but logged extensively on the server.

It's currently cumbersome to diagnose a missing PDO driver, as the underlying error message is silently discarded.