Author: jbellis
Date: Fri May 28 03:59:20 2010
New Revision: 949095
URL: http://svn.apache.org/viewvc?rev=949095&view=rev
Log:
undo setting log4j root to INFO
Modified:
cassandra/trunk/conf/log4j-server.properties
Modified: cassandra/trunk/conf/log4j-server.properties
URL:
http://svn.apache.org/viewvc/cassandra/trunk/conf/log4j-server.properties?rev=949095&r1=949094&r2=949095&view=diff
==============================================================================
--- cassandra/trunk/conf/log4j-server.properties (original)
+++ cassandra/trunk/conf/log4j-server.properties Fri May 28 03:59:20 2010
@@ -14,11 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# for production, you should probably set the root to INFO
-# and the pattern to %c instead of %l. (%l is slower.)
+# for production, you should probably set pattern to %c instead of %l.
+# (%l is slower.)
# output messages into a rolling log file as well as stdout
-log4j.rootLogger=DEBUG,stdout,R
+log4j.rootLogger=INFO,stdout,R
# stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender