added log file to gitignore, and loglevel to .ini

This commit is contained in:
Uwe Pfeifer 2022-08-07 17:48:49 +02:00
parent 7447c301dd
commit 5a2743f875
2 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -233,6 +233,7 @@ fabric.properties
# Added myself
botdev/
bot.ini
pybot-f.log

View file

@ -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
bottoken=BOTTOKEN_HERE
loglevel=logging.INFO