From d3a213e61f4531f146f56603d3780f8d0637a3d7 Mon Sep 17 00:00:00 2001 From: "Pol.Alvarez@BSC" Date: Tue, 27 Feb 2018 12:21:13 +0100 Subject: [PATCH] readme modif. to reflect new log location --- readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 6053e3e..2b7269f 100644 --- a/readme.md +++ b/readme.md @@ -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.