mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
* [MOD] Improved logging messages
* [MOD] Unlocked PHP 7.3 * [FIX] No debug messages when debug mode is activated Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -126,7 +126,7 @@ abstract class ModuleBase
|
||||
{
|
||||
$eventDispatcher = $this->container->get(EventDispatcher::class);
|
||||
|
||||
if (DEBUG) {
|
||||
if (DEBUG || $this->configData->isDebug()) {
|
||||
$eventDispatcher->attach($this->container->get(FileLogHandler::class));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user