Open ZimM-LostPolygon opened 6 years ago
https://github.com/loomnetwork/loomchain/blob/master/events/log.go#L16
I was trying to clean up the console output so I could only see logs from the contract. But this one was still being logged no matter what.
BFTLogLevel: "error" LoomLogLevel: "error" BlockchainLogLevel: error
And it's still logged.
The event logger should be controlled by LoomLogLevel, it should only log when the level is "debug".
https://github.com/loomnetwork/loomchain/blob/master/events/log.go#L16
I was trying to clean up the console output so I could only see logs from the contract. But this one was still being logged no matter what.
And it's still logged.