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"