bbengfort / mora

Distributed systems study that measures the uptime and latency of heterogenous, partition-prone, user-oriented networks.
MIT License
0 stars 1 forks source link

Create logging utility #9

Open bbengfort opened 8 years ago

bbengfort commented 8 years ago

Log as minimal an amount of information as possible, but to a file in the home directory.

bbengfort commented 8 years ago

Created a logging package mimicking the one in grpc. This was primarily because I wanted to create a no-op logger to cause grpc to stop logging could not connect messages (something that would definitely happen in Mora apps).