From 556bb69043d0977d229bf449af57b7106d0ba236 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Thu, 14 Sep 2023 18:34:42 -0400 Subject: [PATCH] Fix enabled/disabled log config in sample --- config/config.sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.yaml b/config/config.sample.yaml index 3443e4af..27accc19 100644 --- a/config/config.sample.yaml +++ b/config/config.sample.yaml @@ -58,13 +58,13 @@ logging: lineDateFormat: "MMM-D HH:mm:ss.SSS" # This is in moment.js format files: - file: "debug.log" - disable: + disabled: - "PresenceHandler" # Will not capture presence logging - file: "warn.log" # Will capture warnings level: "warn" - file: "botlogs.log" # Will capture logs from DiscordBot level: "info" - enable: + enabled: - "DiscordBot" database: # You may either use SQLite or Postgresql for the bridge database, which contains