-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Process name not propagated to logging library #143
Comments
The code you have for
Interestingly, regardless of whether |
I just tried again to make sure and it works on my machine (Linux Debian 11). Are you on Windows/MAC? In such case it might be due to the spawn behaviour. |
Yes. I was testing on a mac. Spawn has an impact on the picking. |
I'm facing the same error in python devcontainer with loguru. |
I'm getting the same error on Windows. |
Greetings,
When investigating the following bug:
noxdafox/pebble#113
It turned out the
multiprocess
library seems to not propagate the process name to thelogging
library correctly.Output:
The expected output would be:
The text was updated successfully, but these errors were encountered: