[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Almost nothing in .xsession-errors



Hey,

> I am running testing with plasma 5.26
> 
> Today I got a crash of plasma, and I tried to look in .xsession-errors :
> there is almost nothing

You use systemd and the logs are in journald ;) Just use to see the logs:

journalctl --user 

Keep also in mind, that Qt applications often disables logs by default. You 
need to enable logs explicitly, but when you enable it you get a lot of log 
messages. Use kdebugsettings to configure this or by hand by hacking 
 ~/.config/QtProject/qtlogging.ini.

I normally have qt.*=false as additional line, as the most errors are not deep 
in the Qt stack. 

But here the config to log everything:
~/.config/QtProject/qtlogging.ini:
[Rules]
*=true

Regards,

hefee

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: