From 3b54939b1c861dc286bee3c326a1f68589b97a53 Mon Sep 17 00:00:00 2001 From: the-gigi Date: Wed, 3 Apr 2024 20:30:56 -0700 Subject: [PATCH] restore logging arguments in rundemo.h --- rundemo.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rundemo.sh b/rundemo.sh index 97c6c267..8725c94a 100755 --- a/rundemo.sh +++ b/rundemo.sh @@ -19,8 +19,7 @@ if [ ! -z "$2" ]; then fi if [ "$log_level_value" != "off" ]; then - log_options="${log_level_param}=${log_level_value}" - #log_options="${log_level_param}=${log_level_value} ${log_file_param}=${log_file_value}" + log_options="${log_level_param}=${log_level_value} ${log_file_param}=${log_file_value}" fi main_class="io.github.sashirestela.openai.demo.${service}ServiceDemo"