From 28b3c465ed805dd2bcf03ff80c981be91b99f75f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 27 Jan 2015 10:53:39 +0200 Subject: [PATCH] Use init_once instead of init in app.psgi --- app.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.psgi b/app.psgi index 3d4fe52..cdd6863 100644 --- a/app.psgi +++ b/app.psgi @@ -40,7 +40,7 @@ sub add_headers { } } -Log::Log4perl->init('log.conf'); +Log::Log4perl->init_once('log.conf'); my $access_logger = Log::Log4perl->get_logger('access'); $ENV{DBIC_NULLABLE_KEY_NOWARN} = 1; -- 2.39.2