Browse Source

revert policy decision of showing all files listing only on debug

Antoine Beaupré 9 năm trước cách đây
mục cha
commit
f9bccd1987
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borg/archiver.py

+ 1 - 1
borg/archiver.py

@@ -57,7 +57,7 @@ class Archiver:
         logger.info(msg)
 
     def print_status(self, status, path):
-        logger.debug("%1s %s", status, remove_surrogates(path))
+        logger.info("%1s %s", status, remove_surrogates(path))
 
     def do_serve(self, args):
         """Start in server mode. This command is usually not used manually.