projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f0a14f8
)
log when we start
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 19:15:25 +0000 (19:15 +0000)]
bin/system-introspector-report
patch
|
blob
|
blame
|
history
diff --git
a/bin/system-introspector-report
b/bin/system-introspector-report
index
d69ad8d
..
79b6b92
100755
(executable)
--- a/
bin/system-introspector-report
+++ b/
bin/system-introspector-report
@@
-34,6
+34,8
@@
my $logger = Log::Contextual::SimpleLogger->new({
});
set_logger $logger;
+log_info { 'Starting' };
+
my $config = System::Introspector::Report::Config
->new(config_file => log_info { "Loading config '$_[0]'" } $config_file);
@@
-55,6
+57,7
@@
for my $publisher ($config->publishers(@publish_types)) {
print "Error during publish: $_\n";
};
}
+
log_info { "Done" };
__END__