logdy-core icon indicating copy to clipboard operation
logdy-core copied to clipboard

pm2 json data splits into 4k tokens and not parsed, auto-generate doesn't work, index.js too big

Open b0tm1nd opened this issue 9 months ago • 0 comments

Hello.

I have launched logdy as: pm2 logs my_app --json | logdy

In the frontend one log message is being split into chunks of 4096 characters max each. As result, json data is being split into several messages and could not be parsed, columns auto-generate doesn't work.

Also index.js file of the web based app is as big as 10.9MB. Can it be reduced?

Screenshots attached. 2024-05-22_18-47 2024-05-22_18-49 2024-05-22_18-50

b0tm1nd avatar May 22 '24 15:05 b0tm1nd