Skip to content

Taming panics and mutexes

Compare
Choose a tag to compare
@evanphx evanphx released this 18 Dec 17:31
e8a977f

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.