Skip to content

Commit 15524ce

Browse files
authored
fix: Feature server no_feature_log argument error (#4255)
fix feature server no_feature_log argument error Signed-off-by: Abdul Hameed <ahameed@redhat.com>
1 parent 5d486b8 commit 15524ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sdk/python/feast/cli.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -644,12 +644,6 @@ def init_command(project_directory, minimal: bool, template: str):
644644
show_default=True,
645645
help="Disable the Uvicorn access log",
646646
)
647-
@click.option(
648-
"--no-feature-log",
649-
is_flag=True,
650-
show_default=True,
651-
help="Disable logging served features",
652-
)
653647
@click.option(
654648
"--workers",
655649
"-w",

0 commit comments

Comments
 (0)