Taming panics and mutexes
This release removes a source of potential panic calls from the logging path where either a non-string value was passed as a key or an odd number of arguments were passed to a log method.
Additionally, a bug related to mutex copying has been fixed.