server: do not pass log file to children (#29212)

This commit is contained in:
David Friehs
2026-09-22 21:30:40 +02:00
committed by GitHub
parent 4098fdc922
commit bbf99b1b33
+1
View File
@@ -467,6 +467,7 @@ static std::filesystem::path get_server_exec_path() {
}
static void unset_reserved_args(common_preset & preset, bool unset_model_args) {
preset.unset_option("LLAMA_ARG_LOG_FILE");
preset.unset_option("LLAMA_ARG_SSL_KEY_FILE");
preset.unset_option("LLAMA_ARG_SSL_CERT_FILE");
preset.unset_option("LLAMA_API_KEY");