flyrain commented on code in PR #977:
URL: https://github.com/apache/polaris/pull/977#discussion_r1949645850


##########
quarkus/server/build.gradle.kts:
##########
@@ -68,7 +68,12 @@ tasks.named("distTar") { dependsOn("quarkusBuild") }
 tasks.register("run") { dependsOn("quarkusRun") }
 
 tasks.named<QuarkusRun>("quarkusRun") {
-  jvmArgs = listOf("-Dpolaris.bootstrap.credentials=POLARIS,root,secret")
+  jvmArgs =
+    listOf(
+      "-Dpolaris.bootstrap.credentials=POLARIS,root,secret",
+      "-Dquarkus.console.color=true",
+      "-Dquarkus.log.file.enable=false",

Review Comment:
   It would be helpful for debugging in the following cases:
   1. Local integration tests. 
   2. Multi-steps operations are involved. 
   
   I would keep it if it doesn't bother us too much. Does it?



-- 
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]

Reply via email to