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
Summary:
Previously, we were having two logs that will display on every job:
```
E1023 11:34:59.640702 2378951 Logger.cc:164] Thread Context Fn dict does not contain prefix NCCL
W1023 11:34:59.640872 2378951 Logger.cc:144] devvm26668:2378951:2378951 [0][main] NCCL WARN Prefix NCCL re-registering thread context fn
```
This is due to our change to logger. This has caused difficulty for developers to look at the log in jobs. Remove these logs by:
1. Change re-registering thread context fn log to debug level.
2. Add context fn to prefix in logger initialization.
Reviewed By: minsii
Differential Revision: D85368422
fbshipit-source-id: dce116fea80612ea4555c568ba657ae31f91424a
0 commit comments