This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 852701f  HADOOP-16036. WASB: Disable jetty logging configuration 
announcement.
852701f is described below

commit 852701f7935eb94eda6f44b74a2ce060e7c159a7
Author: Da Zhou <da.z...@microsoft.com>
AuthorDate: Thu Jan 10 12:07:09 2019 +0000

    HADOOP-16036. WASB: Disable jetty logging configuration announcement.
    
    Contributed by Da Zhou.
---
 .../main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
index 7bf3420..e16fd6e 100644
--- 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
+++ 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
@@ -403,6 +403,7 @@ public class AzureNativeFileSystemStore implements 
NativeFileSystemStore {
    * @return The JSON serializer.
    */
   private static JSON createPermissionJsonSerializer() {
+    
org.eclipse.jetty.util.log.Log.getProperties().setProperty("org.eclipse.jetty.util.log.announce",
 "false");
     JSON serializer = new JSON();
     serializer.addConvertor(PermissionStatus.class,
         new PermissionStatusJsonSerializer());


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to