From c2a5180f550f0ee18d698c55796c9dca7ed769cc Mon Sep 17 00:00:00 2001 From: "Jeremy \"EndenDragon\" Zhang" Date: Thu, 7 Sep 2017 12:05:58 -0700 Subject: [PATCH] Add logging location to discordbot example config --- discordbot/config.example.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discordbot/config.example.py b/discordbot/config.example.py index e910ff8..a6304d1 100644 --- a/discordbot/config.example.py +++ b/discordbot/config.example.py @@ -6,4 +6,6 @@ config = { 'redis-uri': "redis://", 'errorreporting-channelid': "", -} \ No newline at end of file + + 'logging-location': "/home/titan/Titan/discordbot/titanbot.log", +}