[tarantool-patches] [PATCH v1 1/1] app: example.lua does not start
imeevma at tarantool.org
imeevma at tarantool.org
Thu Aug 16 14:35:15 MSK 2018
According to #3072 log_nonblock cannot be used in
given case. This patch set this option to "false".
Closes #3348
---
Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-3348-example-lua-does-not-start
Issue: https://github.com/tarantool/tarantool/issues/3348
extra/dist/example.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extra/dist/example.lua b/extra/dist/example.lua
index 0aa51c6..153d831 100644
--- a/extra/dist/example.lua
+++ b/extra/dist/example.lua
@@ -136,7 +136,7 @@ box.cfg {
-- If true, tarantool does not block on the log file descriptor
-- when it’s not ready for write, and drops the message instead
- log_nonblock = true;
+ log_nonblock = false;
-- If processing a request takes longer than
-- the given value (in seconds), warn about it in the log
--
2.7.4
More information about the Tarantool-patches
mailing list