Skip to content
Snippets Groups Projects
Commit 077f1f33 authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

changelog: don't mark additional module name in the log as breaking

Remove the "breaking change" mark, as it's highly unlikely that it will
break any log parser.

Follow-up #3211

NO_DOC=changelog
NO_TEST=changelog
parent f0c69f22
No related branches found
No related tags found
No related merge requests found
## feature/core
* **[Breaking change]** Now the log message contains the name of a module from
which the logging function was called (gh-3211).
* Now the log message contains the name of a Lua module from which the logging
function was called (gh-3211).
* Now the log level can be set for specific modules using `log.cfg{modules = {...}}`
or `box.cfg{log_modules = {...}}` (gh-3211).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment