From 1d3df2d3449ce73bd647571c93750bfb14a4a873 Mon Sep 17 00:00:00 2001 From: Abdul Hameed Date: Tue, 4 Jun 2024 16:41:25 -0400 Subject: [PATCH] fix feature server no_feature_log argument error Signed-off-by: Abdul Hameed --- sdk/python/feast/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sdk/python/feast/cli.py b/sdk/python/feast/cli.py index d1ad09adbc0..d0766b0f4ad 100644 --- a/sdk/python/feast/cli.py +++ b/sdk/python/feast/cli.py @@ -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",