Skip to content
Snippets Groups Projects
Commit d44a3f18 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

adaptations due to changes in Logger

parent 7511fdd8
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ my $logger = new Bio::EnsEMBL::Utils::Logger(
-LOGFILE => $conf->param('logfile'),
-LOGPATH => $conf->param('logpath'),
-LOGAPPEND => $conf->param('logappend'),
-VERBOSE => $conf->param('verbose'),
-LOGLEVEL => $conf->param('loglevel'),
);
# initialise log
......@@ -164,7 +164,7 @@ sub parse_files {
if ($result or $conf->param('show_empty')) {
my $filepath = $File::Find::name;
$filepath =~ s/$path\///;
$logger->log("\n$filepath\n$result");
$logger->info("\n$filepath\n$result");
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment