-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiprocessing.log_to_stderr missing documentation for parameter #89767
Comments
The documentation for multiprocessing.log_to_stderr() specifies that the method takes no parameters. However, intellisense in VSCode and debugging the method both show that there is a single parameter, "level", whose default value is None. The parameter appears to be a shorthand to allow you to both get the logger and specify the required log level in one step, rather than two. The code that handles the "level" parameter appears to do what I'd expect it to do. I think the documentation simply needs a few words written about the parameter. Thanks. |
Thanks, Nikita! ✨ 🍰 ✨ |
Thanks, Łukasz! чт, 28 окт. 2021 г. в 23:04, Łukasz Langa <report@bugs.python.org>:
|
level
argument tomultiprocessing.log_to_stderr
func #29226level
argument tomultiprocessing.log_to_stderr
func (GH-29226) #29283level
argument tomultiprocessing.log_to_stderr
func (GH-29226) #29284Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: