diff --git a/atrcopy/__init__.py b/atrcopy/__init__.py index e3329a7..c3ec609 100644 --- a/atrcopy/__init__.py +++ b/atrcopy/__init__.py @@ -160,6 +160,7 @@ def run(): options, extra_args = parser.parse_known_args() # Turn off debug messages by default + logging.basicConfig(level=logging.WARNING) log = logging.getLogger("atrcopy") if options.verbose: log.setLevel(logging.DEBUG)