Skip to content

Commit 852701f

Browse files
Da Zhousteveloughran
authored andcommitted
HADOOP-16036. WASB: Disable jetty logging configuration announcement.
Contributed by Da Zhou.
1 parent 7211269 commit 852701f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ private void suppressRetryPolicyInClientIfNeeded() {
403403
* @return The JSON serializer.
404404
*/
405405
private static JSON createPermissionJsonSerializer() {
406+
org.eclipse.jetty.util.log.Log.getProperties().setProperty("org.eclipse.jetty.util.log.announce", "false");
406407
JSON serializer = new JSON();
407408
serializer.addConvertor(PermissionStatus.class,
408409
new PermissionStatusJsonSerializer());

0 commit comments

Comments
 (0)