polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

json_logger should serialize log messages rather than "manually" wrap them. #20

Closed zv closed 6 years ago

zv commented 6 years ago

This new logger.rs includes two loggers: raw_logger (almost identical to simple_logger) and the json_logger (inspired by @mjkoo's find), both of which include severity information :smile: