up
This commit is contained in:
parent
58375d45c3
commit
4d9201bbea
@ -1,6 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
local log_file = vim.fn.stdpath("cache") .. "/avante_requests.log"
|
||||
--
|
||||
-- local log_file = vim.fn.stdpath("cache") .. "/avante_requests.log"
|
||||
local log_file = "/tmp/avante/avante_requests.log"
|
||||
|
||||
function M.log_request(url, headers, body)
|
||||
local timestamp = os.date("%Y-%m-%d %H:%M:%S")
|
||||
|
Loading…
x
Reference in New Issue
Block a user