keon94 commented on code in PR #4724: URL: https://github.com/apache/incubator-devlake/pull/4724#discussion_r1147871648
########## .env.example: ########## @@ -28,7 +28,7 @@ TEMPORAL_TASK_QUEUE= # Debug Info Warn Error LOGGING_LEVEL= LOGGING_DIR=./logs -ENABLE_STACKTRACE=false +ENABLE_STACKTRACE=true Review Comment: It'll help us greatly with troubleshooting failing builds if this is on. There are no side-effects from having this on anyway - I think default ought to be on. The original reason to keep it off was because this was a new feature and we wanted to stay conservative about its rollout. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
