updated readme and changed to catch root exception
This commit is contained in:
16
README.md
16
README.md
@@ -32,10 +32,20 @@ It should look something like this:
|
||||
"logpath": "./qc.log",
|
||||
"age": 2419200,
|
||||
"use_pushover": true,
|
||||
"use_log": true,
|
||||
"po_key": "",
|
||||
"po_token": ""
|
||||
}
|
||||
|
||||
loglevel - is what log messages are written to the log file. It only accepts INFO or DEBUG.
|
||||
|
||||
age - is a number in seconds for how long we keep torrents from IPTORRENTS.
|
||||
Config.json
|
||||
- host - string, ip or hostname of qbittorrent server
|
||||
- port - port of admin gui(used for api aswell)
|
||||
- username - admin account for qbittorrent
|
||||
- password - password for admin account
|
||||
- loglevel - is what log messages are written to the log file. INFO or DEBUG are valid entries(case sensitive).
|
||||
- logpath - will write a log in root directory if left as is other wise specify other path using forward slashes
|
||||
- age - is a number in seconds for how long we keep torrents from IPTORRENTS.
|
||||
- use_pushover - true or false to enable or disable pushover notification summary
|
||||
- use_log - true or false to enable or disable writing to alog file
|
||||
- po_key - pushover key
|
||||
- po_token - pushover api token
|
||||
Reference in New Issue
Block a user