*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY I never look at the Output tab, but I noticed that it was softly blinking, so I opened it and found these warnings: ``` [16:40:31  LSP Client Warning] Failed to find server binary: phpactor Please check your PATH for the binary See also https://github.com/phpactor/phpactor for installation or details [16:40:32  LSP Client Warning] Failed to find server binary: phpactor Please check your PATH for the binary See also https://github.com/phpactor/phpactor for installation or details [16:55:50  LSP Client Warning] Failed to find server binary: pylsp Please check your PATH for the binary See also https://github.com/python-lsp/python-lsp-server for installation or details [18:44:52  LSP Client Warning] Failed to find server binary: pylsp Please check your PATH for the binary See also https://github.com/python-lsp/python-lsp-server for installation or details [00:32:18  LSP Client Warning] Failed to find server binary: marksman Please check your PATH for the binary See also https://github.com/artempyanykh/marksman for installation or details [00:37:27  LSP Client Warning] Failed to find server binary: solargraph Please check your PATH for the binary See also https://solargraph.org for installation or details ``` and I have no idea when they were emitted because they have the time but not the date. They could be from yesterday, or the day before or who knows (I often keep Kate open for days and I almost never reboot). A timestamp should always have the date and time; a time-only timestamp is utterly useless. STEPS TO REPRODUCE 1. use Kate for a while and make sure it has a reason to emit warnings or errors in the Output tab 2. Open the Output tab OBSERVED RESULT Warnings have timestamps with only the time of day but no date. EXPECTED RESULT Timestamps should include the date and time. Operating System: Manjaro Linux KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.1 Kernel Version: 6.6.32-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 12 × 12th Gen Intel® Core™ i7-1255U Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Graphics Manufacturer: ASUSTeK COMPUTER INC. Product Name: Vivobook_ASUSLaptop X1502ZA_F1502ZA System Version: 1.0
For many people that is useful enough and I am not sure we want a full date there representation wise. If you want to provide a patch to add that optional, that would be ok for me.
(In reply to Christoph Cullmann from comment #1) > If you want to provide a patch to add that optional, that would be ok for me. Initial draft for including the date: https://invent.kde.org/utilities/kate/-/merge_requests/1528/diffs Need to get a setting to enable this.
(In reply to Lassi Väätämöinen from comment #2) > Initial draft for including the date: > https://invent.kde.org/utilities/kate/-/merge_requests/1528/diffs > Need to get a setting to enable this. Added a setting now.
Where is the setting? Can't find it on 25.04. Or is it fixed in a later version?
(In reply to php4fan from comment #4) > Where is the setting? Can't find it on 25.04. Or is it fixed in a later > version? Behavior page. Has been there for several releases now
Oh I see, found it. I see it's not checked by default, it should be.
(In reply to php4fan from comment #6) > I see it's not checked by default, it should be. The original behavior of not having timestamps is maintained by not having it checked. You can check it for your needs.
> The original behavior of not having timestamps is maintained by not having it checked. You can check it for your needs. I don't understand why you want to keep the less reasonable option as default but whatever.