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
I'm testing my lua scripts by running the command: tarantool test.lua
If an unhandled lua error occurs, tarantool writes it in the log file, i.e.:
2023-10-04 16:28:23.118 [5839] main utils.c:610 E> LuajitError: test.lua:20: attempt to index a nil value
2023-10-04 16:28:23.118 [5839] main F> fatal error, exiting the event loop
But in the console I see only the message:
2023-10-04 16:28:23.118 [5839] main F> fatal error, exiting the event loop
How can I get tarantool to output an unhandled lua error also in the console?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm testing my lua scripts by running the command:
tarantool test.lua
If an unhandled lua error occurs, tarantool writes it in the log file, i.e.:
But in the console I see only the message:
How can I get tarantool to output an unhandled lua error also in the console?
Beta Was this translation helpful? Give feedback.
All reactions