Skip to content

Commit

Permalink
fix: don't ignore logging conf (#3192)
Browse files Browse the repository at this point in the history
fix windows access logging
  • Loading branch information
sauyon committed Nov 5, 2022
1 parent 364f9e5 commit e1572cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bentoml/serve.py
Expand Up @@ -387,7 +387,6 @@ def serve_http_production(
f"$(circus.sockets.{runner.name})",
"--working-dir",
working_dir,
"--no-access-log",
"--worker-id",
"$(CIRCUS.WID)",
"--worker-env-map",
Expand Down

0 comments on commit e1572cb

Please sign in to comment.