Context
Much of the existing log messages embed data inside the message string. Best practice is static message strings, with data provided via extra.
Loosely related to #44
Implementation
Update (pretty much) all log messages to provide any parameters via extra so they appear as separate attributes in log messages.
Context
Much of the existing log messages embed data inside the message string. Best practice is static message strings, with data provided via
extra.Loosely related to #44
Implementation
Update (pretty much) all log messages to provide any parameters via
extraso they appear as separate attributes in log messages.