Skip to content
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

BUG: Fix log level on subprocess #335

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

RayJi01
Copy link
Contributor

@RayJi01 RayJi01 commented Aug 9, 2023

Now if user specified log-level in their command line, like: xinference --log-level debug(any upper lower case of debug), all the processes, including main and subprocess, will have correct log level corresponding to the log log level input.

@XprobeBot XprobeBot added the bug Something isn't working label Aug 9, 2023
@XprobeBot XprobeBot added this to the v0.2.0 milestone Aug 9, 2023
@RayJi01 RayJi01 linked an issue Aug 9, 2023 that may be closed by this pull request
@UranusSeven UranusSeven changed the title BUG: FIX logger level on subprocess. BUG: Fix log level on subprocess Aug 9, 2023
@RayJi01 RayJi01 merged commit 4d2f61c into xorbitsai:main Aug 9, 2023
@UranusSeven
Copy link
Contributor

Also fixes #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: logging config for subprocesses doesn't work
3 participants