From c671f896632357e1702aa4a869ef2eafa4973035 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sat, 17 Feb 2018 02:27:11 +1300 Subject: [PATCH] Bug 16357 - Plack error logs are not time stamped (follow up) fix typo in comment Content-Type: text/plain; charset="utf-8" --- debian/templates/plack.psgi | 2 +- misc/plack/koha.psgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/templates/plack.psgi b/debian/templates/plack.psgi index eac3553..ca0a0ec 100644 --- a/debian/templates/plack.psgi +++ b/debian/templates/plack.psgi @@ -37,7 +37,7 @@ use Koha::Cache::Memory::Lite; use Koha::Database; use Koha::DateUtils; -#BZ 16520, add timestamps to warnings +#BZ 16357, add timestamps to warnings use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($WARN); my $logger = Log::Log4perl->get_logger(); # use the default logger style diff --git a/misc/plack/koha.psgi b/misc/plack/koha.psgi index fbd6aec..5a6887f 100644 --- a/misc/plack/koha.psgi +++ b/misc/plack/koha.psgi @@ -5,7 +5,7 @@ use lib qw( ./lib ); use Plack::Middleware::Debug; use Plack::App::Directory; -#BZ 16520, add timestamps to warnings +#BZ 16357, add timestamps to warnings use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($WARN); my $logger = Log::Log4perl->get_logger(); # use the default logger style -- 2.1.4