summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgrc/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/main.py b/grc/main.py
index 446289aa1b..ef26bef9ce 100755
--- a/grc/main.py
+++ b/grc/main.py
@@ -51,7 +51,7 @@ def main():
# Enable logging
# Note: All other modules need to use the 'grc.<module>' convention
log = logging.getLogger('grc')
- log.setLevel(logging.DEBUG)
+ log.setLevel(logging.INFO)
# Console formatting
console = logging.StreamHandler()