From ca704095ef5341434bf9dd4d1bb0103dff2df248 Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 1 Jul 2024 10:28:59 +0000 Subject: [PATCH] log_level Signed-off-by: nojaf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fedd7..6e93bd9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Any incoming requests the Go server cannot process will be proxied to the existi Any Go-specific options can be passed with `--go-opts`, which takes a comma-separated list of key-value pairs. ```bash -mlflow-go server --backend-store-uri postgresql://postgres:postgres@localhost:5432/postgres --go-opts LogLevel=debug,ShutdownTimeout=5s +mlflow-go server --backend-store-uri postgresql://postgres:postgres@localhost:5432/postgres --go-opts log_level=debug,ShutdownTimeout=5s ``` ## Building the Go binary