Is there any way to force testrpc to stop writing messages to the console ? Currently I am getting ton of messages about getBlockByNumber
eth_getBlockByNumber
eth_getBlockByNumber
net_version
The most important thing I need in the moment is list of accounts ( public and private key ) and after some time it is lost. The only solution I have is to write output to the file.(testrpc > output.txt) This works, but would be easier if I can just force testrpc to stop writing useless messages to the console.
Thanks.