diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-07-11 22:48:53 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-07-24 19:25:51 +0200 |
commit | 4d6a1e5566b73c938e4db35432bc975ca9389deb (patch) | |
tree | ce4c2f5d62756396c5656bf75516987313b0a3cf /src/nvim/lua/vim.lua | |
parent | ddea51954259597ce5efd03d3de34fd0fa91d1d3 (diff) | |
download | rneovim-4d6a1e5566b73c938e4db35432bc975ca9389deb.tar.gz rneovim-4d6a1e5566b73c938e4db35432bc975ca9389deb.tar.bz2 rneovim-4d6a1e5566b73c938e4db35432bc975ca9389deb.zip |
log.c: message format
- Log-level name (INFO/ERROR/…) should be in the first column, so that
filtering by log-level is maximally trivial.
- Use 2-digit year. 4-digit year is useless, logs don't survive for
decades without context.
Before:
2018/07/05 17:49:41 INFO 27596 on_process_exit:393: foo
After:
INFO 180705.174941 27596 on_process_exit:393: foo
Diffstat (limited to 'src/nvim/lua/vim.lua')
0 files changed, 0 insertions, 0 deletions