I want to see the udisksd's logs, where does it get stored and how to enable it?
Asked
Active
Viewed 1,185 times
2 Answers
0
You can see the logs with journalctl
, thusly:
walt@bat:~(0)$ locate udisksd
/usr/lib/udisks2/udisksd
/usr/share/man/man8/udisksd.8.gz
walt@bat:~(0)$ journalctl /usr/lib/udisks2/udisksd

waltinator
- 36,399
0
You can try
journalctl -u udisks2.service
and then apply filters according to your need
Even after removing --no-debug, from udisks2.service file, not able to get debug logs. – Ashwini Jadhav Oct 22 '19 at 09:44