Skip to content

Commit

Permalink
make default logger error only.
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Jan 18, 2012
1 parent 0981d8a commit 6397939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/tx-fitf-store
Expand Up @@ -15,7 +15,8 @@ if (-e 'log.conf') {
Log::Log4perl::init('log.conf');
}
else {
Log::Log4perl->easy_init();
use Log::Log4perl::Level;
Log::Log4perl->easy_init($ERROR);

}
my $logger = Log::Log4perl->get_logger('taifex');
Expand Down

0 comments on commit 6397939

Please sign in to comment.