Improve logLevel docs

This commit is contained in:
slch 2022-07-26 23:03:44 +04:00
parent 26e44101ae
commit 7aad790e64
No known key found for this signature in database
GPG key ID: 41F39A9F62B8AD06

View file

@ -37,7 +37,7 @@ Only admins can use these commands
"botVerified": true, // increase ratelimits if you have a verified bot, so the bot can join faster, false by default
"clientID": "mytwitchclientid", // your client ID, needed for fetching userids or usernames etc
"clientSecret": "mysecret", // your twitch client secret
"logLevel": "info", // the log level, keep this to info probably
"logLevel": "info", // the log level, keep this to info probably, other options are: Trace, Debug, Info, Warn, Error, Fatal, and Panic, case-insensitive
"channels": ["77829817", "11148817"], // the channels (userids) you want to log
"archive": true // probably keep to true, will disable gzipping of old logs if false, useful if you setup compression on your own
}