in2code-de / in2publish_core

in2publish Community Version
https://www.in2code.de/produkte/content-publisher/
GNU General Public License v3.0
40 stars 23 forks source link

Include exception error message in logger #60

Closed paysafewebdev closed 5 years ago

paysafewebdev commented 5 years ago

In function DatabaseUtility->buildForeignDatabaseConnection, if the foreign credentials don't work, there is no additional information in logger added, I propose in the catch to include: static::$logger->warning($e->getMessage());