Files
ollama/server
Devon Rifkin 2e9d9acf18 add ability to turn on debug request logging
If `OLLAMA_DEBUG_LOG_REQUESTS` is set, then on server startup a temp
folder will be created. Upon any inference request, the body will be
logged to a file in this folder, as well as a small shell script to
"replay" the request using cURL.

This is just intended for debugging scenarios, not as something to turn
on normally.
2026-02-05 15:14:35 -08:00
..