• Blue_Morpho@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    3
    ·
    15 hours 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
      4
      ·
      8 hours 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