opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.49k stars 250 forks source link

Arrays with numeric keys are not correctly displayed #347

Closed jarno-hh closed 6 months ago

jarno-hh commented 6 months ago

I have this message in my log file

[2024-03-13 12:57:30] local.DEBUG: This is a log message {"array":{"10":"value1","20":"value2"}}

In the log viewer this message is displayed like

Screenshot 2024-03-13 at 14 08 03

As you can see the numeric keys are gone in the log viewer.

arukompas commented 6 months ago

hey @jarno-hh , thanks for the bug report and the clear instructions :) Was easy to reproduce and it is now fixed in the latest versions of both v2 (v2.6.0) and v3 (v3.6.0) of Log Viewer.