HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
291 stars 37 forks source link

[BUG] [GPU] Avoid multiple `system_profiler` log display #104

Closed sivan closed 2 years ago

sivan commented 2 years ago

I'm using a MacPro 2013 with two Graphic Cards, archey always return a log before the output, just like below:

2021-11-10 16:48:16.372 system_profiler[32818:899967] Device PreExisted [0000000100000802] AMD Radeon HD - FirePro D500
2021-11-10 16:48:16.372 system_profiler[32818:899967] Device PreExisted [00000001000007e8] AMD Radeon HD - FirePro D500

How can I remove this log or any option to ignore this?

HorlogeSkynet commented 2 years ago

Hey @sivan, it looks like system_profiler is writing some output to STDERR, I'll silence this soon. Bye 👋


Related issue : jlhonora/lsusb#15


EDIT : I'll try to draft a new release this WE, stay tuned 🙇

HorlogeSkynet commented 2 years ago

Just released as v4.13.3, on its way to Homebrew : Homebrew/homebrew-core#89334

Bye :wave: