File tree 1 file changed +4
-5
lines changed
doc/reference/reference_lua
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,21 +61,21 @@ Below is a list of all ``log`` functions.
61
61
62
62
* ``level ``: Specifies the level of detail the log has.
63
63
64
- See also : :ref: `log_level <cfg_logging-log_level >`.
64
+ Learn more : :ref: `log_level <cfg_logging-log_level >`.
65
65
66
66
* ``log ``: Specifies where to send the log's output, for example,
67
67
to a file, pipe, or system logger.
68
68
69
- See also : :ref: `log <cfg_logging-log >`.
69
+ Learn more : :ref: `log <cfg_logging-log >`.
70
70
71
71
* ``nonblock ``: If **true **, Tarantool does not block during logging when the system
72
72
is not ready for writing, and drops the message instead.
73
73
74
- See also : :ref: `log_nonblock <cfg_logging-log_nonblock >`.
74
+ Learn more : :ref: `log_nonblock <cfg_logging-log_nonblock >`.
75
75
76
76
* ``format ``: Specifies the log format: 'plain' or 'json'.
77
77
78
- See also : :ref: `log_format <cfg_logging-log_format >`.
78
+ Learn more : :ref: `log_format <cfg_logging-log_format >`.
79
79
80
80
The example below shows how to set the log level to 'debug' and how to send the resulting log
81
81
to the 'tarantool.log' file:
@@ -121,7 +121,6 @@ Below is a list of all ``log`` functions.
121
121
122
122
.. code-block :: lua
123
123
124
- box.cfg{}
125
124
log = require('log')
126
125
log.error({500,'Internal error'})
127
126
You can’t perform that action at this time.
0 commit comments