fix malformed log line
Created by: camdencheek
The key/value params in the log must be in pairs, otherwise the log package will fail. This is likely the cause of the panic being observed locally.
Created by: camdencheek
The key/value params in the log must be in pairs, otherwise the log package will fail. This is likely the cause of the panic being observed locally.