Closed paysafewebdev closed 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());
static::$logger->warning($e->getMessage());
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());