summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-02 13:10:09 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-02 13:42:15 +0200
commit9cdd04d549b15eb509042b470d5b63f4a9d3fb15 (patch)
treeb0a89885b899fb588e0cc4cf405a2b02eb47f85f /script
parent18dbb86a411c3194a668600ff66b6df07c2d1ff7 (diff)
downloadApp-BorgRestore-9cdd04d549b15eb509042b470d5b63f4a9d3fb15.tar.gz
App-BorgRestore-9cdd04d549b15eb509042b470d5b63f4a9d3fb15.tar.xz
Change default log level to INFO
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'script')
-rwxr-xr-xscript/borg-restore.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl
index 0859e4e..71ac8b4 100755
--- a/script/borg-restore.pl
+++ b/script/borg-restore.pl
@@ -203,7 +203,7 @@ sub main {
$appender = "ScreenColoredLevels" if -t STDERR; ## no critic (InputOutput::ProhibitInteractiveTest)
my $conf = "
- log4perl.rootLogger = WARN, screenlog
+ log4perl.rootLogger = INFO, screenlog
log4perl.appender.screenlog = Log::Log4perl::Appender::$appender
log4perl.appender.screenlog.stderr = 1