You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2014/09/12 17:17:14 UTC

[05/37] git commit: Disable Lilith SOCKET connection by default.

Disable Lilith SOCKET connection by default.


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/e4e22f73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/e4e22f73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/e4e22f73

Branch: refs/heads/master
Commit: e4e22f733c1c7653ce0fb789af274acd8e130a8c
Parents: 3999029
Author: Jacques Nadeau <ja...@apache.org>
Authored: Tue Sep 9 16:10:14 2014 -0700
Committer: Aditya Kishore <ad...@maprtech.com>
Committed: Thu Sep 11 19:24:11 2014 -0700

----------------------------------------------------------------------
 distribution/src/resources/logback.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/e4e22f73/distribution/src/resources/logback.xml
----------------------------------------------------------------------
diff --git a/distribution/src/resources/logback.xml b/distribution/src/resources/logback.xml
index 4f9b823..29b0e37 100644
--- a/distribution/src/resources/logback.xml
+++ b/distribution/src/resources/logback.xml
@@ -16,14 +16,15 @@
  limitations under the License.
 -->
 <configuration>
-  <appender name="SOCKET"
+  <!--  <appender name="SOCKET"
     class="de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender">
     <Compressing>true</Compressing>
     <ReconnectionDelay>10000</ReconnectionDelay>
     <IncludeCallerData>true</IncludeCallerData>
     <RemoteHosts>${LILITH_HOSTNAME:-localhost}</RemoteHosts>
   </appender>
-
+   -->
+   
   <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
     <encoder>
       <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
@@ -52,10 +53,12 @@
     <appender-ref ref="FILE" />
   </logger>
 
+  <!-- 
   <logger name="org.apache.drill" additivity="false">
     <level value="debug" />
     <appender-ref ref="SOCKET" />
   </logger>
+   -->
 
   <root>
     <level value="error" />