aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-11-20 23:04:01 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-11-20 23:07:58 +0300
commitd14a15886301ba660564bfd80480d46d5a435e65 (patch)
treedaba8ae9ec2838478a641daf4238824e1d9ad4c6 /config-default.yml
parentMerge pull request #1965 from python-discord/ChrisLovering-patch-1 (diff)
Disable File Logging By Default
Place logging to file behind an environment variable, and remove special considerations made for it. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml
index ed3c3a638..7400cf200 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -1,4 +1,5 @@
-debug: !ENV ["BOT_DEBUG", "true"]
+debug: !ENV ["BOT_DEBUG", "true"]
+file_logs: !ENV ["FILE_LOGS", "false"]
bot: