Is your feature request related to a problem? Please describe.
In order to read logs one must open the log file from the terminal. This is cumbersome.
Describe the solution you'd like
Instead, we could have a log view somewhere in the app. I suggest to modify general app settings:
- Add an input for log location that can be modified
- Add a button to open logs in the app, which watches the file (like
tail) and shows them in a monaco view with some minimal highlighting for log level, time etc.
Hint: The IpcPushStream class can be reused for this.
Describe alternatives you've considered
- Another button to open logs in default text application on OS? But I think there might be no space for that
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
In order to read logs one must open the log file from the terminal. This is cumbersome.
Describe the solution you'd like
Instead, we could have a log view somewhere in the app. I suggest to modify general app settings:
tail) and shows them in a monaco view with some minimal highlighting for log level, time etc.Hint: The
IpcPushStreamclass can be reused for this.Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.