summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-26 05:54:18 +0200
committerGitHub <noreply@github.com>2018-03-26 05:54:18 +0200
commitf76a9d7c96dbed50ee1fb9da56bcff818ea2eb5b (patch)
treec0de3e5a23a00624c68b55c730ae241b211d6aa4 /Bugzilla
parent93acbb99211c5df7d933047255e5ed7248055354 (diff)
downloadbugzilla-f76a9d7c96dbed50ee1fb9da56bcff818ea2eb5b.tar.gz
bugzilla-f76a9d7c96dbed50ee1fb9da56bcff818ea2eb5b.tar.xz
no bug - TheSchwartz debug log is really more like info level in how we have used it
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/JobQueue.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm
index 8c8d73dcd..c10e859e2 100644
--- a/Bugzilla/JobQueue.pm
+++ b/Bugzilla/JobQueue.pm
@@ -101,7 +101,7 @@ sub debug {
my $caller_pkg = caller;
local $Log::Log4perl::caller_depth = $Log::Log4perl::caller_depth + 1;
my $logger = Log::Log4perl->get_logger($caller_pkg);
- $logger->debug(@args);
+ $logger->info(@args);
}
sub work {