From 7b5a64793f8b4b8d464f5522975ef19a830b2c2e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 13 Mar 2018 10:40:12 -0400 Subject: Bug 1441181 - Step 5 - Add logging to jobqueue --- Bugzilla/JobQueue/Runner.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/JobQueue') diff --git a/Bugzilla/JobQueue/Runner.pm b/Bugzilla/JobQueue/Runner.pm index d95f9c3c3..a3cf3ff55 100644 --- a/Bugzilla/JobQueue/Runner.pm +++ b/Bugzilla/JobQueue/Runner.pm @@ -16,6 +16,7 @@ use strict; use warnings; use autodie qw(open close unlink system); +use Bugzilla::Logging; use Bugzilla::Constants; use Bugzilla::DaemonControl qw(:utils); use Bugzilla::JobQueue::Worker; -- cgit v1.2.3-24-g4f1b