Logging of MultiChain JSON-RPC API errors

+1 vote

Hi,

When we use multichain-cli, both the error code and message got displayed in the terminal window.

Is there any file or folder where all these errors got logged for checking them in future again ?

Thanks

Anuj Gupta 

asked Dec 20, 2018 by Anuj Gupta

1 Answer

0 votes
Use can use the `debug` runtime parameter to specify what kind of things you want to log. you can find the log in debug.log inside the your `home/.multichain/chainName/`
answered Dec 20, 2018 by SDVII
Thanks for your quick reply.

Please tell me which option to pass with 'dubug' to log the JSON-RPC errors ?

Thanks
probably `mchn` or/and `mcapi`
...