From 34c4039ae377ad2bb165402214af35b824a5d830 Mon Sep 17 00:00:00 2001
From: Alex Reimers <alex.reimers@bigswitch.com>
Date: Thu, 10 May 2012 22:16:18 +0000
Subject: [PATCH] Have git ignore the logback.xml file.

---
 .gitignore    | 1 +
 floodlight.sh | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index b79ebe294..aeb0dd73c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 .DS_Store
 target
 thrift
+logback.xml
diff --git a/floodlight.sh b/floodlight.sh
index d0db5dd27..04e9afb92 100755
--- a/floodlight.sh
+++ b/floodlight.sh
@@ -26,10 +26,8 @@ JVM_OPTS="$JVM_OPTS -XX:CompileThreshold=1500 -XX:PreBlockSpin=8"
       </root>
       <logger name="org" level="WARN"/>
       <logger name="LogService" level="WARN"/> <!-- Restlet access logging -->
-      <logger name="net.floodlightcontroller" level="ERROR"/>
+      <logger name="net.floodlightcontroller" level="INFO"/>
       <logger name="net.floodlightcontroller.logging" level="ERROR"/>
-      <logger name="net.beaconcontroller" level="ERROR" />
-      <logger name="net.beaconcontroller.logging" level="ERROR" />
     </configuration>
 EOF_LOGBACK
 
-- 
GitLab