diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-14 10:46:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-14 10:46:44 +0800 |
commit | 74eb4a1c35e3a959078f8c55e00fab1aabdc7356 (patch) | |
tree | 4e8dbdb0c94d6b34223afe0b39cf90798d7a9370 /server/main.lua | |
parent | dcecbc77caf8f1c6cace69f5065ffd256ee56a0d (diff) | |
download | lua-language-server-74eb4a1c35e3a959078f8c55e00fab1aabdc7356.zip |
日志分开
Diffstat (limited to 'server/main.lua')
-rw-r--r-- | server/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.lua b/server/main.lua index 5c7272f1..27c461c3 100644 --- a/server/main.lua +++ b/server/main.lua @@ -7,7 +7,7 @@ package.path = (ROOT / 'src' / '?.lua'):string() .. ';' .. (ROOT / 'src' / '?' / 'init.lua'):string() log = require 'log' -log.init(ROOT, ROOT / 'log' / 'test.log') +log.init(ROOT, ROOT / 'log' / 'service.log') log.info('Lua Lsp startup, root: ', ROOT) local function tryDebugger() |