added log file to gitignore, and loglevel to .ini
This commit is contained in:
parent
7447c301dd
commit
5a2743f875
2 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -233,6 +233,7 @@ fabric.properties
|
|||
# Added myself
|
||||
botdev/
|
||||
bot.ini
|
||||
pybot-f.log
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue