From f76a9d7c96dbed50ee1fb9da56bcff818ea2eb5b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 25 Mar 2018 23:54:18 -0400 Subject: [PATCH] no bug - TheSchwartz debug log is really more like info level in how we have used it --- Bugzilla/JobQueue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.3