Backblaze / B2_Command_Line_Tool

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Other
539 stars 123 forks source link

Use a queue handler for logging #239

Open ppolewicz opened 8 years ago

ppolewicz commented 8 years ago

This is needed to prevent severe performance degradation caused by logging in systems which have a high latency storage device

ppolewicz commented 8 years ago

http://pythonhosted.org/logutils/queue.html https://gist.github.com/vsajip/591699