Build results of 052bf86 (on master)
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin;
|
||||
use Log::Log4perl qw(:easy);
|
||||
Log::Log4perl->easy_init(
|
||||
{
|
||||
'level' => $TRACE,
|
||||
'layout' => "%r %p %M-%L %m%n",
|
||||
},
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user