plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

[log] Separation between rust and JavaScript logs

Open Aviv-Frenkel opened this issue 2 years ago • 1 comments

Log messages from JavaScript are written like the following: [2023-02-06][20:17:17][ERROR][INFO] message from JS! Instead of ERROR I would like the plugin to know that the log was written from JS, or even better in which component for exmaple JS::App::MainPage. I also would like to get the ability to save rust logs to one file and js logs to other file, with the ability to naming these files as an option.

Aviv-Frenkel avatar Feb 06 '23 21:02 Aviv-Frenkel

I think this has already been fixed? Logs now show [webview]:

[2025-03-07][12:14:01][webview][INFO] message from JS

antonyharfield avatar Mar 07 '25 12:03 antonyharfield