adutra commented on code in PR #977:
URL: https://github.com/apache/polaris/pull/977#discussion_r1949581138
##########
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:
The other problem with file logging is that they tend to pile up and you
could end up with tons of .tgz rotated files in the `./logs` directory.
--
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]