From 5a2743f875298a2768029b387457fcd1d13347a7 Mon Sep 17 00:00:00 2001 From: Uwe Pfeifer Date: Sun, 7 Aug 2022 17:48:49 +0200 Subject: [PATCH] added log file to gitignore, and loglevel to .ini --- .gitignore | 1 + bot.ini.example | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57b2dcc..f303d6a 100644 --- a/.gitignore +++ b/.gitignore @@ -233,6 +233,7 @@ fabric.properties # Added myself botdev/ bot.ini +pybot-f.log diff --git a/bot.ini.example b/bot.ini.example index 3ca621d..b0d1733 100644 --- a/bot.ini.example +++ b/bot.ini.example @@ -1,5 +1,8 @@ # pybot-f config file. pls rename to bot.ini :) +# If you need any additional help, contact me. ;D + +## This is the general bot config section. -# This is the general bot config section. [General] -bottoken=BOTTOKEN_HERE \ No newline at end of file +bottoken=BOTTOKEN_HERE +loglevel=logging.INFO \ No newline at end of file