Skip to main content

general options

program-wide information and settings. are controlled in this section of the config.

config

these values can be changed in the config.

general
general.logging

this section controls what gets logged to the console as you use the program.

debug boolean
toggles debug level logging.

info

debug logging is always removed before releases are distributed. this option shouldn't affect anything.

log boolean
toggles general logging. this gives you the most detail about the processes.

info boolean
toggles info level logging. this gives updates on larger parts of the program, like when certain features are finished setting up.

warn boolean
toggles warning level logging. this shows when things require attention, like if your config has formatting issues.

error boolean
toggles error level logging. this shows when errors happen, like if your proxies have authentication errors and requests fail.

account_limit integer
sets the maximum number of accounts. setting this valid to 0 removes the limit and uses all available accounts.