Skip to content

Commit

Permalink
Make conda-store server launch uvicorn with log level (#940)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
soapy1 and pre-commit-ci[bot] authored Oct 31, 2024
1 parent eaa0968 commit 8a9a54c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def start(self):
else []
),
factory=True,
log_level=self.log_level,
)

except:
Expand Down

0 comments on commit 8a9a54c

Please sign in to comment.