Update logLevel docs [2]

This commit is contained in:
slch 2022-07-26 23:06:58 +04:00
parent 7aad790e64
commit cca8f58685
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, other options are: Trace, Debug, Info, Warn, Error, Fatal, and Panic, case-insensitive
"logLevel": "info", // the log level, keep this to info probably, all options are: trace, debug, info, warn, error, fatal, and panic
"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
}