Hello, I am currently trying to change the UHD logging settings, however, it seems that when I adjust my environment variables, the new environment variable does not propagate to all logs, specifically, it seems it does not change the log level on the MPM side.
For example, if I adjust the log level in my bashrc file to the lowest level… `export UHD_LOG_FILE_LEVEL=0` I see the console/log file log level adjust accordingly, where now I see additional debug and trace level logs. However, when I inspect the UHD software, I see some logs that are not printed, but should be according to the new log level. For example in x4xx_clock_mgr.py, there is a debug log on line 695 that never gets printed to console, yet it appears it never does. Does setting the respective log level environment variables not universally change the log level for all scripts in the UHD software? Thanks Joe
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com