I've written a udev rule which is run each time my device is mounted/dismounted.
However, in which Linux (Debian) error log should I check when debugging such rules?
|
|
|
You can change logging priority to "info" level or even "debug" by:
Then you will see all logs in your system log. When you are done, bring it to default "err". See in |
|||
|
|
|
You didn't forget to reload the rules?
|
|||