Skip to content

Commit

Permalink
restore logging arguments in rundemo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Apr 4, 2024
1 parent 8011594 commit 3b54939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rundemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b54939

Please sign in to comment.