64665331e96213f0ca5ec77cff5e4c052ff7c745
commit 64665331e96213f0ca5ec77cff5e4c052ff7c745
Author: spesk1 <spesk@pm.me>
Date: Sat Jun 22 15:55:31 2019 +0000

Updated log level to ERROR

diff --git a/gsg b/gsg
index 52d4d23..1703f3a 100755
--- a/gsg
+++ b/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