X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSystem%2FIntrospector%2FReport%2FSource.pm;h=ea988b1aef614b61dfba2637d615994eb5ee1dd4;hb=2388a79667d06aefb9497f6f90215de0c43013be;hp=1af1efb3fcbc3ef06cbe4270931fb85cf6d928c8;hpb=55dfa20f8cbc4448a03b349c43a8f42b7c3aeb45;p=scpubgit%2FSystem-Introspector-Report.git diff --git a/lib/System/Introspector/Report/Source.pm b/lib/System/Introspector/Report/Source.pm index 1af1efb..ea988b1 100644 --- a/lib/System/Introspector/Report/Source.pm +++ b/lib/System/Introspector/Report/Source.pm @@ -7,7 +7,7 @@ use Log::Contextual::WarnLogger; use Log::Contextual qw( :log ), -default_logger => Log::Contextual::WarnLogger->new({ env_prefix => 'SI_REPORT_SOURCE', - levels => [qw( error fatal warn )], + levels => [qw( error warn info debug trace )], }); my $_json = JSON::PP->new->utf8->relaxed->allow_nonref;