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
[BugFix] Fix logging disabling bug and add tests (#1218)
SUMMARY:
Fixed logging and clear loggers enabling/disabling bug. Previously, any
value on the right environment variables would disable logging. Now, we
explicitly check for `true`
TEST PLAN:
Added unit tests for enabling logging.
`make test` passes
---------
Signed-off-by: Aman Gupta <[email protected]>
Co-authored-by: Dipika Sikka <[email protected]>
0 commit comments