ACCUMULO-3162 make the log4j members more consistent throughout the source tree
diff --git a/src/main/java/org/apache/accumulo/proxy/ProxyServer.java b/src/main/java/org/apache/accumulo/proxy/ProxyServer.java
index e2b52a5..a778add 100644
--- a/src/main/java/org/apache/accumulo/proxy/ProxyServer.java
+++ b/src/main/java/org/apache/accumulo/proxy/ProxyServer.java
@@ -116,7 +116,7 @@
  */
 public class ProxyServer implements AccumuloProxy.Iface {
   
-  public static final Logger logger = Logger.getLogger(ProxyServer.class);
+  private static final Logger logger = Logger.getLogger(ProxyServer.class);
   protected Instance instance;
   
   protected Class<? extends AuthenticationToken> tokenClass;