diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-13 15:40:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 15:40:12 +0100 |
commit | 7b5a64793f8b4b8d464f5522975ef19a830b2c2e (patch) | |
tree | 3e78b6db470bc148a0a446e7e7b24aa076332177 /Bugzilla/JobQueue | |
parent | 6b8fa6c161e88a9054cdcef49aa76aa857ed9a72 (diff) | |
download | bugzilla-7b5a64793f8b4b8d464f5522975ef19a830b2c2e.tar.gz bugzilla-7b5a64793f8b4b8d464f5522975ef19a830b2c2e.tar.xz |
Bug 1441181 - Step 5 - Add logging to jobqueue
Diffstat (limited to 'Bugzilla/JobQueue')
-rw-r--r-- | Bugzilla/JobQueue/Runner.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |