mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lsp: Fix timezone format of LSP log (ISO 8601) (#12332)
This commit is contained in:
parent
4fbbe1c957
commit
a91ce497b4
@ -17,7 +17,7 @@ log.levels = {
|
||||
|
||||
-- Default log level is warn.
|
||||
local current_log_level = log.levels.WARN
|
||||
local log_date_format = "%FT%H:%M:%SZ%z"
|
||||
local log_date_format = "%FT%H:%M:%S%z"
|
||||
|
||||
do
|
||||
local path_sep = vim.loop.os_uname().sysname == "Windows" and "\\" or "/"
|
||||
|
Loading…
Reference in New Issue
Block a user