From ed160d30c588b3edba2bbfb6fade2223d33546f7 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 21 Feb 2024 21:56:29 +0900 Subject: [PATCH] Copy Swift logging configuration to GCS This avoids logging everything at trace level. --- .../src/test/resources/logback.xml | 32 ++++++------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/providers/google-cloud-storage/src/test/resources/logback.xml b/providers/google-cloud-storage/src/test/resources/logback.xml index c83c449005..73ad6c7a8b 100644 --- a/providers/google-cloud-storage/src/test/resources/logback.xml +++ b/providers/google-cloud-storage/src/test/resources/logback.xml @@ -34,16 +34,8 @@ - - target/test-data/jclouds-compute.log - - - %d %-5p [%c] [%thread] %m%n - - - - - target/test-data/jclouds-ssh.log + + target/test-data/jclouds-blobstore.log %d %-5p [%c] [%thread] %m%n @@ -55,29 +47,25 @@ - + + - + - - - - - - - - + + + -