This is a discussion on Where can I see the udev log within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, I enabled udev, there is a possibility to control the log level. But I do not see any ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I enabled udev, there is a possibility to control the log level. But I do not see any log; /var/log/syslog remains deseperatly empty (of udev events). udevmonitor show me that udev works. My question is where do udev writes its log. Olive |
| ||||
| Olive wrote: > Hello, > > I enabled udev, there is a possibility to control the log level. But I > do not see any log; /var/log/syslog remains deseperatly empty (of udev > events). udevmonitor show me that udev works. My question is where do > udev writes its log. > > Olive /var/log/messages By default, only errors are reported. You can change that dynamically: #udevcontrol log_priority=value where value is one of err, info, or debug -- Old Man "I could be wrong again I remember once in August 1993 I was wrong, and I could be wrong again" - Paul Simon |