From 7eabd2856753c73a818159e7cb3316148ca600dc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 15 Nov 2020 15:14:14 +0100 Subject: Tweak log levels. Use info for changes performed (e.g. changes to the filesystem, code executed). Use verbose for "nothing to do" messages. --- dotbot/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotbot/cli.py') diff --git a/dotbot/cli.py b/dotbot/cli.py index 32db016..0795d40 100644 --- a/dotbot/cli.py +++ b/dotbot/cli.py @@ -100,7 +100,7 @@ def main(): dispatcher = Dispatcher(base_directory, only=options.only, skip=options.skip) success = dispatcher.dispatch(tasks) if success: - log.info('\n==> All tasks executed successfully') + log.verbose('\n==> All tasks executed successfully') else: raise DispatchError('\n==> Some tasks were not executed successfully') except (ReadingError, DispatchError) as e: -- cgit v1.2.3