chore: print the original error log in debug mode (#496)

This commit is contained in:
junwen-lee
2025-08-06 10:17:19 +08:00
committed by GitHub
parent 218c1806ff
commit b17db0f32b
5 changed files with 28 additions and 10 deletions

View File

@@ -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"