diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-23 01:29:58 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-23 01:29:58 +0800 |
| commit | 455ae8a8b90de2ea4c292cf69bf4dbe24af67b55 (patch) | |
| tree | 7e7b94c76d234812c531efc2d7a4ea2a6447a00c /core/globals.vim | |
| parent | e5d640daec0db783dc2a51c53ac7cf1e7704197e (diff) | |
change default logging level
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 e6d4665..430bc6a 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -4,7 +4,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 |
