projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f40a852
)
make warning log level available in executable output
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 19:40:21 +0000 (19:40 +0000)]
bin/system-introspector-report
patch
|
blob
|
blame
|
history
diff --git
a/bin/system-introspector-report
b/bin/system-introspector-report
index
79b6b92
..
288948e
100755
(executable)
--- a/
bin/system-introspector-report
+++ b/
bin/system-introspector-report
@@
-27,7
+27,7
@@
die "$0 requires --config (-c) to be specified\n"
my @additional_log_levels = qw( debug trace );
my $logger = Log::Contextual::SimpleLogger->new({
levels => [
- qw( error fatal info ),
+ qw( error fatal warn info ),
grep { defined }
@additional_log_levels[0 .. (($log_verbose || 0) - 1)],
],