0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Disable the Log4Perl warning if it isn't initialised.

This commit is contained in:
Andrew Ruthven 2023-08-16 21:06:36 +12:00 committed by Andrew Ruthven
parent 447b22a529
commit e0438a703b

View File

@ -28,7 +28,7 @@ use Email::Sender::Transport::SMTP;
use Email::Simple;
use Email::Simple::Creator;
use Try::Tiny;
use Log::Log4perl qw(get_logger :levels);
use Log::Log4perl qw(get_logger :levels :nowarn);
use File::Basename;
use Net::DNS;
use Time::Piece;