You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the original issue is still present - if AZDCAP_DEBUG_LOG_LEVEL is not set, the following log will be output:
Azure Quote Provider: libdcap_quoteprov.so [ERROR]: Could not retrieve environment variable for 'AZDCAP_DEBUG_LOG_LEVEL'
As far as I can tell, this comes from init_debug_log, which is reporting its errors directly with printf. I believe this error message should be dropped, to match the behaviour of dropping other similar logging messages when this env var is undefined.
The text was updated successfully, but these errors were encountered:
I believe #114 was closed prematurely. There are 2 related PRs which do not fix the underlying issue:
However the original issue is still present - if
AZDCAP_DEBUG_LOG_LEVEL
is not set, the following log will be output:As far as I can tell, this comes from
init_debug_log
, which is reporting its errors directly withprintf
. I believe this error message should be dropped, to match the behaviour of dropping other similar logging messages when this env var is undefined.The text was updated successfully, but these errors were encountered: