Skip to content

Commit

Permalink
https://github.com/elements-at/ProcessManager/issues/13
Browse files Browse the repository at this point in the history
Bugfix installation - logger are defined in the wrong format
  • Loading branch information
ctippler committed Jan 22, 2019
1 parent 6e32b3c commit ab06127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elements/Bundle/ProcessManagerBundle/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ protected function updateVersion4()
);
$db->query('DELETE FROM '.ElementsProcessManagerBundle::TABLE_NAME_MONITORING_ITEM);

$configFile = \Pimcore\Config::locateConfigFile('plugin-process-manager.php');
/*$configFile = \Pimcore\Config::locateConfigFile('plugin-process-manager.php');
$config = ElementsProcessManagerBundle::getConfig();
$config['executorLoggerClasses'] = [
'\ProcessManager\Executor\Logger\File' => [],
'\ProcessManager\Executor\Logger\Console' => [],
'\ProcessManager\Executor\Logger\Application' => [],
];
\Pimcore\File::putPhpFile($configFile, to_php_data_file_format($config));
\Pimcore\File::putPhpFile($configFile, to_php_data_file_format($config));*/
}

public function updateVersion5()
Expand Down

0 comments on commit ab06127

Please sign in to comment.