adutra commented on code in PR #977:
URL: https://github.com/apache/polaris/pull/977#discussion_r1949572301
##########
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:
Thought about that too, but do you really think people would need to debug
these runs _after the fact_? I think the console logs are enough.
--
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]