You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tarantool> log.info('%d', nil)
---
- error: 'builtin/log.lua:26: bad argument #2 to ''format'' (number expected, got
nil)'
...
The application should not crash due to logging problems!
Log functions must print something reasonable instead of failing on string.format().
Please add extra pcall there.