What would you like to be added:
It will be nice to add ability to enable/disable timestamp in the logs line. For example, the default behavior for Java apps (especially Spring Boot) is print logs with date-time, in this case, Lens will have almost duplicated information (for each line):

Maybe it's better to switch off timing by default and enable it when users want it for particular deploys?
It will be nice to make logs as a separate window and also bigger with the ability to view logs for different pods in the same time. I mean multiple opened windows.
Search would be nice...
Also: tail the logs for an entire namespace instead of only individual pods.
@devth or for a deployment / service (when there's a bunch of pods inside)
@donbeave wrote:
It will be nice to add ability to enable/disable timestamp in the logs line.
That feature already exists. Click the clock icon
in the upper right of of the dialog to toggle the timestamps.
I suggest looking at stern as a source of suggested features for combining logs, particularly combining all logs for a DaemonSet or ReplicaSet into one stream.
I also would very much appreciate the ability to search and filter the logs, similar to what is available with less and grep.
It would also be helpful to be able to open the logs in a separate window, so I can view the logs as I work on other resources.
Closed in https://github.com/lensapp/lens/pull/1114
Selectable time-window, workload logs and other improvements are listed in their own issues.
Not sure if I'm missing this, but is there a link to the time-window PR @aleksfront?
@kilpatty There wasn't any. Now it's created https://github.com/lensapp/lens/issues/1729. All logs-related issues could be found by settings area/logs label https://github.com/lensapp/lens/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Flogs
@aleksfront thanks! :) Sorry don't mean to be a bother, please let me know if I can help in any way
Most helpful comment
It will be nice to make logs as a separate window and also bigger with the ability to view logs for different pods in the same time. I mean multiple opened windows.