arcadedb
arcadedb copied to clipboard
Show error message in console without stack trace
ArcadeDB Version:
All
OS and JDK Version:
All
Expected behavior
Error messages in the console should be displayed without stack trace. It is also suggested to use a lighter color for better contrast and readability specially for people with vision issues.
Actual behavior
Currently error messages are displayed in console with long stack trace which doesn't look good.
Hi, as I read it, there are two parts to your issue:
-
The output color of errors: I am not sure this should be influenced by ArcadeDB, but is rather a terminal/shell setting for error messages identified by being send to
stderr. -
I think the stack trace can be shut off by using the server modes
testorproduction, see also theserver.modesetting.