This is an automated email from the ASF dual-hosted git repository. quantranhong1999 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b37a5bd9e92e0240dce608d0a14dfb9945c13e14 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 17 09:41:14 2026 +0200 [BUILD] S3: turn off expensive LOG_LEVEL trace --- .../org/apache/james/blob/objectstorage/aws/DockerAwsS3Container.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/DockerAwsS3Container.java b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/DockerAwsS3Container.java index 803fe7d4bf..f688244566 100644 --- a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/DockerAwsS3Container.java +++ b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/DockerAwsS3Container.java @@ -45,7 +45,7 @@ public class DockerAwsS3Container { .withEnv("S3BACKEND", "mem") .withEnv("SCALITY_ACCESS_KEY_ID", ACCESS_KEY_ID) .withEnv("SCALITY_SECRET_ACCESS_KEY", SECRET_ACCESS_KEY) - .withEnv("LOG_LEVEL", "trace") + // .withEnv("LOG_LEVEL", "trace") .withEnv("REMOTE_MANAGEMENT_DISABLE", "1") .withCreateContainerCmdModifier(createContainerCmd -> createContainerCmd.withName("james-s3-test-" + UUID.randomUUID())) .waitingFor(Wait.forLogMessage(".*\"message\":\"server started\".*\\n", ONE_TIME)); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
