opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Logging doesn't check type of input value, incorrectly destructures strings

Open NathanFlurry opened this issue 6 months ago • 1 comments

This:

context.log.info("a", "object");

Logs this:

ts=2024-08-20T23:55:06.857Z level=info msg=a trace="request > lobbies.fetch_lobby_manager_state > lobbies.lobby_manager.rpcReadState" o=b

NathanFlurry avatar Aug 20 '24 23:08 NathanFlurry