when %j exists in a formatted object, it pulls in the timestamp/delta #687
Labels
bug
This issue identifies a malfunction
change-patch
This proposes or provides a change that requires a patch release
help-wanted
This issue has an actionable item
pr-welcome
This issue has an approved change; a pull request would be appreciated
Milestone
I found this when debugging some mysql search strings, so for example looking for a name like "jordan" to appear somewhere in a string, but wrapped with % to match anywhere in the string:
%jordan%
...repro:
Prints:
Note that the timestamp/delta is not appended to the end of the output as usual.
I know that %j is for pulling in json, but this is in the data object I'm running through the formatter. Is recursive formatting supposed to be happening? And even if it is, why would it pull in the timestamp/delta as if that were one of the arguments I was passing into the debug function?
The text was updated successfully, but these errors were encountered: