One of the Python modules I use internally calls a C library interanlly that includes calls to ABSL_LOG()
. This pollutes my stdout/err with lots of messages I don't want. I have been trying to redirect stdout/err using suggestions in this question but they don't seem effective for Abseil logs. Is there a more brutal way to disable these logs from python side?
Asked
Active
Viewed 30 times
0

Milad
- 4,901
- 5
- 32
- 43