Manta-Network / manta-signer

Manta Client to turbo-charge ZKP Generation
https://signer.manta.network
GNU General Public License v3.0
92 stars 52 forks source link

Add log levels to test_server #128

Open Kevingislason opened 2 years ago

Kevingislason commented 2 years ago

Current logging in the signer test server is extremely verbose, which is sometimes helpful for debugging, but is sometimes excessive. It would be cool if we could configure log levels.

Apokalip commented 2 years ago

Aren't those basically the info! calls in signer itself, shouldn't be too hard to add a variable to the macro itself and compare that to the verbose level and choose to log or not to log?