diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:10:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:42:15 +0200 |
commit | 9cdd04d549b15eb509042b470d5b63f4a9d3fb15 (patch) | |
tree | b0a89885b899fb588e0cc4cf405a2b02eb47f85f /script | |
parent | 18dbb86a411c3194a668600ff66b6df07c2d1ff7 (diff) | |
download | App-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-x | script/borg-restore.pl | 2 |
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 |