• mabeledo@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        28 days ago

        Not sure what’s annoying about logind, but udev was introduced eight years before systemd was a thing.

    • Blue_Morpho@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      28 days ago

      It’s not the binary. It’s that the logs it writes are in binary so can’t be read without a program.

      • hirihit640@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        7
        ·
        28 days ago

        Even systems that use text logs, compress logs using logrotate and you have to uncompress before you can read them. Also since the compressed tar.gz logs are a bunch of separate files, if you don’t have an exact date of what you’re looking for, you have to uncompress and search through all of them. I much prefer just using journalctl