Browse Source

Updated log level to ERROR

spesk1 4 years ago
parent
commit
64665331e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gsg

+ 2 - 2
gsg

@@ -15,7 +15,7 @@ use Gsg::Html qw(write_file append_file write_root_index clean_web_root write_pr
 my $log_file = "gsg.log";
 sub get_log_name { return $log_file; };
 my $log_conf = q(
-        log4perl.rootLogger              = INFO, LOG1, screen
+        log4perl.rootLogger              = ERROR, LOG1, screen
         log4perl.appender.LOG1           = Log::Log4perl::Appender::File
         log4perl.appender.LOG1.filename  = sub { get_log_name(); }
         log4perl.appender.LOG1.mode      = append
@@ -76,7 +76,7 @@ sub dump_config {
 # Get projects list
 my $git_projects_ref = get_projects($config{'GitHome'},$config{'IgnoredProjects'},$logger);
 foreach my $p ( @$git_projects_ref ) {
-	print "$p\n";
+	print "Generating for $p\n";
 }
 
 # Get trimmed (name only) git projects