Skip to content

Commit

Permalink
fix: Feature server no_feature_log argument error (#4255)
Browse files Browse the repository at this point in the history
fix feature server  no_feature_log argument error

Signed-off-by: Abdul Hameed <ahameed@redhat.com>
  • Loading branch information
redhatHameed committed Jun 5, 2024
1 parent 5d486b8 commit 15524ce
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit 15524ce

Please sign in to comment.