aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-30 02:03:08 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-06-07 00:26:21 +0200
commitfe1af9c2bc020cdb9e1e86e1f16d6060246f957a (patch)
treef4d6e1e2b675eee3a92a1714e5d182e9a1daf044 /contrib
parent698ec9eb6e97ce9038e5f95a3208b7a0ac8da805 (diff)
downloadrneovim-fe1af9c2bc020cdb9e1e86e1f16d6060246f957a.tar.gz
rneovim-fe1af9c2bc020cdb9e1e86e1f16d6060246f957a.tar.bz2
rneovim-fe1af9c2bc020cdb9e1e86e1f16d6060246f957a.zip
log: Always enable; remove DISABLE_LOG
- Establish ERROR log level as "critical". Such errors are rare and will be valuable when users encounter unusual circumstances. - Set -DMIN_LOG_LEVEL=3 for release-type builds
Diffstat (limited to 'contrib')
-rw-r--r--contrib/local.mk.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/local.mk.example b/contrib/local.mk.example
index 04f21131b8..cadb9cf4b2 100644
--- a/contrib/local.mk.example
+++ b/contrib/local.mk.example
@@ -31,9 +31,8 @@
#
# CMAKE_BUILD_TYPE := Debug
-# By default, nvim's log level is INFO (1) (unless CMAKE_BUILD_TYPE is
-# "Release", in which case logging is disabled).
-# The log level must be a number DEBUG (0), INFO (1), WARNING (2) or ERROR (3).
+# The default log level is 1 (INFO) (unless CMAKE_BUILD_TYPE is "Release").
+# Log levels: 0 (DEBUG), 1 (INFO), 2 (WARNING), 3 (ERROR)
# CMAKE_EXTRA_FLAGS += -DMIN_LOG_LEVEL=1
# By default, nvim uses bundled versions of its required third-party