Skip to content

Adds debug logging for creation + completion

Tim Zallmann requested to merge tz-add-debug-logging-to-file into main

Changes

This adds the option to log to a local file called modelgateway_debug.log by setting an .env variable

LOG_TO_FILE=true

Adds multiple debug logging calls, so both the input to the model gateway is visible, the final call to Google Vertex and the response (text + score).

Example using https://github.com/brocode/fblog :

tail -f modelgateway_debug.log | fblog -a prefix -a suffix -a current_file_name -a suggestion -a language -a input -a parameters -a score -a exception

SCR-20230829-hea.png


@achueshev: Several changes made additionally - !359 (comment 1545461593)

Edited by Alexander Chueshev

Merge request reports