readme modif. to reflect new log location

This commit is contained in:
Pol.Alvarez@BSC 2018-02-27 12:21:13 +01:00
parent 5a041d26e7
commit d3a213e61f
1 changed files with 1 additions and 6 deletions

View File

@ -44,11 +44,6 @@ The [config]() folder contains the files for configuring the bot. The descriptio
// URL where the bot is listening (e.g. '/funding')
urlEndpoint: '',
// Path for the log files inside the docker image (e.g. './log/'),
remember to create the folder inside the docker workspace if you change it
(the folde will be copied to the docker image during the build)
logPath: '',
// URL for the signer (e.g. 'https://ropsten.infura.io')
signerPath: '',
@ -99,7 +94,7 @@ docker run -p 8080:8080 autobounty
#### Important Notes
* Bot always **aborts on error** and logs the cause of the error on the file *${LOG_PATH}/error.log*. The aborted transaction must then be manually funded.
* Bot always **aborts on error** and logs the cause of the error in the folder ./log. The aborted transaction must then be manually funded.
* **Only one token** can be specified on the configuration file variable *token*.
* Autobounty bot assumes that the status-open-bounty will only post a single message. In case two messages are posted the issue would be **funded two times**.
The ongoing requests are not recorded in any persistent data storage. If the machine crashes during a request processing the request will be lost.