Added file log.

This commit is contained in:
Ravin Perera
2019-10-21 13:29:52 +05:30
parent 2d5d8960c0
commit f77dae2f28
6 changed files with 60 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ void set_contract_dir_paths(std::string basedir)
ctx.configFile = ctx.configDir + "/hp.cfg";
ctx.histDir = basedir + "/hist";
ctx.stateDir = basedir + "/state";
ctx.logDir = basedir + "/log";
}
/**