From 9f951b778ebd7bd7f353253aca8fa3a856219fe5 Mon Sep 17 00:00:00 2001 From: Hawkpath Date: Sun, 25 Oct 2020 02:55:33 -0400 Subject: [PATCH] Changed default sandpiper logging level from DEBUG to INFO. --- sandpiper/config.py | 2 +- sandpiper/config_example.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandpiper/config.py b/sandpiper/config.py index d3054ff..fabec8c 100644 --- a/sandpiper/config.py +++ b/sandpiper/config.py @@ -15,7 +15,7 @@ }, "logging": { - "sandpiper_logging_level": "DEBUG", + "sandpiper_logging_level": "INFO", "discord_logging_level": "WARNING", "output_file": "./logs/sandpiper.log", "when": "midnight", diff --git a/sandpiper/config_example.json b/sandpiper/config_example.json index b24f41d..b38e0dc 100644 --- a/sandpiper/config_example.json +++ b/sandpiper/config_example.json @@ -7,7 +7,7 @@ }, "logging": { - "sandpiper_logging_level": "DEBUG", + "sandpiper_logging_level": "INFO", "discord_logging_level": "WARNING", "output_file": "./logs/sandpiper.log", "when": "midnight",