to parse for settings. Added conn_timeout to validators in StorageStats with a default of 10 seconds and this is used as the timeout for connections.
0.10.0
method "starmap" necessary to pass arguments to the function being called. Removed deprecated "optsparse" in favour for "argsparse". Changed "super" calls to use the python3 format. Corrected formats and var names (where makes sense) according to PEP8. Normalized logger format.
0.9.6
wait until all endpoints have been polled.
0.9.5
bytes. While this might be a legitimate empty endpoint, it could also be a system that is not configured properly or lacks the ability to report this information in which case a manual quota should be input.
0.9.4
"OK". Also now the memcached index holds multiple errors in a CSV format.
0.9.3
"mlogger" while keeping a consistent format on error reporting and removing the necessity to instantiate a second logger. This also facilitates flexibility for exception handling so these can be removed from levels where it does not belong (before it was used for logging as well and that was a bad design.) Removed error message from memcache's status field. the error codes should give sufficient information. If more is needed the user should either check the logfile or manually run with verbose.