diff --git a/FreeboxMoviePlanner.py b/FreeboxMoviePlanner.py index 87661b8..0d22cf6 100755 --- a/FreeboxMoviePlanner.py +++ b/FreeboxMoviePlanner.py @@ -312,7 +312,7 @@ if __name__ == '__main__': print("Working the magic, please wait…") if args.log: - logging.getLogger().setLevel(logging.DEBUG) + logging.getLogger().setLevel(logging.INFO) if args.day: movies = TVGuideScraper._getMovies() else: