-
Notifications
You must be signed in to change notification settings - Fork 47
Logging to root logger #1078
Copy link
Copy link
Open
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The library logs to the root logger. As that's a widely-accepted bad practice, I guess it qualifies as a bug.
msgraph-sdk-python-core/src/msgraph_core/requests/batch_request_builder.py
Line 70 in 7c2fe27
msgraph-sdk-python-core/src/msgraph_core/tasks/large_file_upload.py
Line 133 in 7c2fe27
Expected behavior
All log messages should go to module- or package-specific loggers.
How to reproduce
SDK Version
1.3.8
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Configuration
No response
Other information
No response