flyrain commented on code in PR #977:
URL: https://github.com/apache/polaris/pull/977#discussion_r1953788709
##########
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:
I will just use `rm -rf ./logs` to clean it up. It doesn't bother me too
much.
--
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]