stable

Clone or download

Read-only

Replace explicit instance of new BackendLogger(...)

Continue to deploy Monolog/Syslog into the code base. This commit focuses on instances that can be replaced in a drop-in fashion. The only usage of new BackendLogger that are left are the one in *Logger classes __construct() like MailLogger. Part of story #14683 install a basic image Change-Id: Ie7d0260c7a9238667dbc50f19099bc1c5b799bcd

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanExport/export.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +1 −6 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3.class.php +1 −1 Go to diff View file
M src/common/CLI/Command/WorkerSVNRootUpdateCommand.php +1 −1 Go to diff View file
M src/common/Queue/Worker.php +2 −5 Go to diff View file
M src/common/backend/BackendLogger.class.php +13 −3 Go to diff View file
M src/common/system_event/SystemEventQueue.class.php +1 −4 Go to diff View file
M src/utils/tuleap.php +1 −1 Go to diff View file