chore: print the original error log in debug mode (#496)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# run mode
|
||||
export RUN_MODE="debug" # Currently supports debug mode. When set to debug, it helps developers print raw error messages during development and debugging, such as agent debugging.
|
||||
|
||||
# Server
|
||||
export LISTEN_ADDR=":8888"
|
||||
export LOG_LEVEL="debug"
|
||||
|
||||
Reference in New Issue
Block a user