adelolmo / hd-idle

Hard Disk Idle Spin-Down Utility
GNU General Public License v3.0
587 stars 32 forks source link

logfile hard to read - how can we have spindown/spinup log entries? #114

Closed devZer0 closed 8 months ago

devZer0 commented 8 months ago

i think the logfile is hard to read as you cannot easily see when the disk is spinup or spindown

how can i have this "default" format in the log ?

Aug 8 00:14:55 enterprise hd-idle[9958]: sda spindown Aug 8 00:14:55 enterprise hd-idle[9958]: sdb spindown Aug 8 00:14:56 enterprise hd-idle[9958]: sdc spindown Aug 8 00:17:55 enterprise hd-idle[9958]: sdb spinup Aug 8 00:28:55 enterprise hd-idle[9958]: sdb spindown

could we perhaps have an option for this ?

devZer0 commented 8 months ago

i have found that we can have this information via

journalctl -u hd-idle --follow

closing. sorry for the noise.