Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix feature server no_feature_log argument error
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
  • Loading branch information
redhatHameed committed Jun 4, 2024
commit 1d3df2d3449ce73bd647571c93750bfb14a4a873
6 changes: 0 additions & 6 deletions sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,6 @@ def init_command(project_directory, minimal: bool, template: str):
show_default=True,
help="Disable the Uvicorn access log",
)
@click.option(
"--no-feature-log",
is_flag=True,
show_default=True,
help="Disable logging served features",
)
@click.option(
"--workers",
"-w",
Expand Down