diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-03 17:27:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-03 17:27:45 +0800 |
| commit | b542bec561906b821cda4a599b12a5c34dfe1645 (patch) | |
| tree | 9b79764f4322ef29cd9f6837fcad27722cfe9cba /core/globals.vim | |
| parent | 7ce35a0a5f69c257df0fe6ad627232762fe9d71f (diff) | |
update logging conf
Diffstat (limited to 'core/globals.vim')
| -rw-r--r-- | core/globals.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.vim b/core/globals.vim index 0b97344..47e6468 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -3,7 +3,7 @@ let g:is_win = (has('win32') || has('win64')) ? v:true : v:false let g:is_linux = (has('unix') && !has('macunix')) ? v:true : v:false let g:is_mac = has('macunix') ? v:true : v:false -let g:logging_level = 'debug' +let g:logging_level = 'info' "}} "{{ Builtin variables |
