This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 380bda1d91 HDDS-11297. Bump slf4j to 2.0.15 (#7052)
380bda1d91 is described below
commit 380bda1d9119ba0baf86128f72e657a2ca5eab3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 14 12:30:43 2024 +0200
HDDS-11297. Bump slf4j to 2.0.15 (#7052)
---
hadoop-ozone/dist/src/shell/ozone/ozone | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/shell/ozone/ozone
b/hadoop-ozone/dist/src/shell/ozone/ozone
index 99fce8c2d4..22ceed9ed3 100755
--- a/hadoop-ozone/dist/src/shell/ozone/ozone
+++ b/hadoop-ozone/dist/src/shell/ozone/ozone
@@ -250,6 +250,7 @@ function ozone_suppress_shell_log
&& [[ -z "${OZONE_ORIGINAL_ROOT_LOGGER}" ]]; then
OZONE_LOGLEVEL=OFF
OZONE_ROOT_LOGGER="${OZONE_LOGLEVEL},console"
+ OZONE_OPTS="${OZONE_OPTS} -Dslf4j.internal.verbosity=ERROR"
fi
}
diff --git a/pom.xml b/pom.xml
index 1db3952fe0..a6b7613c78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<httpcore.version>4.4.16</httpcore.version>
<!-- SLF4J/LOG4J version -->
- <slf4j.version>2.0.13</slf4j.version>
+ <slf4j.version>2.0.15</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
<reload4j.version>1.2.25</reload4j.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]