-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
🐛 Describe the bug
What is the purpose of logging? Is it going to auto-upload usage statistics somewhere?
Regarding implementation, what is the reason for not just doing it in a separate file or at least with a decorator? Currently it pollutes the library code during code browsing, especially for simple small functions. It also hurts copy-pasteability, as one needs to delete all this logging unnecessary for small copied snippets.
Versions
It would also be nice to make this field not required. Often, there is no specific version. Core PyTorch also doesn't force entering version.
Metadata
Metadata
Assignees
Labels
No labels