diff options
| author | 2021-11-20 23:04:01 +0300 | |
|---|---|---|
| committer | 2021-11-20 23:07:58 +0300 | |
| commit | d14a15886301ba660564bfd80480d46d5a435e65 (patch) | |
| tree | daba8ae9ec2838478a641daf4238824e1d9ad4c6 /config-default.yml | |
| parent | Merge 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.yml | 3 |
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: |