mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
api/events/msgpack: Insert log statements to improve debugging
Also changed the default log level to INFO so developers won't end up with big log files without asking explicitly(DLOG statements were placed in really "hot" code)
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
#endif
|
||||
|
||||
// MIN_LOG_LEVEL can be defined during compilation to adjust the desired level
|
||||
// of logging. DEBUG_LOG_LEVEL is used by default.
|
||||
// of logging. INFO_LOG_LEVEL is used by default.
|
||||
#ifndef MIN_LOG_LEVEL
|
||||
# define MIN_LOG_LEVEL DEBUG_LOG_LEVEL
|
||||
# define MIN_LOG_LEVEL INFO_LOG_LEVEL
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_LOG
|
||||
|
Reference in New Issue
Block a user