You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/12/15 21:56:44 UTC

svn commit: r890984 - in /incubator/uima/uimaj/trunk: uimaj-distr/src/main/properties/FileConsoleLogger.properties uimaj-distr/src/main/properties/Logger.properties uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties

Author: schor
Date: Tue Dec 15 20:56:44 2009
New Revision: 890984

URL: http://svn.apache.org/viewvc?rev=890984&view=rev
Log:
UIMA-1708 remove trailing blanks from various logger properties files

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/FileConsoleLogger.properties
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/Logger.properties
    incubator/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/FileConsoleLogger.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/FileConsoleLogger.properties?rev=890984&r1=890983&r2=890984&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/FileConsoleLogger.properties (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/FileConsoleLogger.properties Tue Dec 15 20:56:44 2009
@@ -53,7 +53,7 @@
 # FINE
 # FINER
 # FINEST (lowest value)
-# ALL 
+# ALL
 
 .level= INFO
 

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/Logger.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/Logger.properties?rev=890984&r1=890983&r2=890984&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/Logger.properties (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/properties/Logger.properties Tue Dec 15 20:56:44 2009
@@ -53,7 +53,7 @@
 # FINE
 # FINER
 # FINEST (lowest value)
-# ALL 
+# ALL
 
 .level= INFO
 
@@ -77,7 +77,7 @@
 java.util.logging.FileHandler.pattern = uima.log
 
 # file limit is bytes
-#java.util.logging.FileHandler.limit = 10000000 
+#java.util.logging.FileHandler.limit = 10000000
 
 # specifies how many output files to cycle through 
 #java.util.logging.FileHandler.count = 1
@@ -119,4 +119,4 @@
 # org.myorg.SampleAnnotator.level = ALL
 
 # To set the logging level for the UIMA framework itself, specify:
-# org.apache.uima.level = ALL 
+# org.apache.uima.level = ALL

Modified: incubator/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties?rev=890984&r1=890983&r2=890984&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties (original)
+++ incubator/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/annot_view/Logger.properties Tue Dec 15 20:56:44 2009
@@ -29,14 +29,14 @@
 # FINE
 # FINER
 # FINEST (lowest value)
-# ALL 
+# ALL
 .level= INFO
 
 # output file name with pattern
 java.util.logging.FileHandler.pattern = %h/uima.log
 
 # file limit is bytes
-#java.util.logging.FileHandler.limit = 10000000 
+#java.util.logging.FileHandler.limit = 10000000
 
 # specifies how many output files to cycle through 
 #java.util.logging.FileHandler.count = 1
@@ -78,4 +78,4 @@
 # org.myorg.SampleAnnotator.level = ALL
 
 # To set the logging level for the UIMA framework itself, specify:
-# org.apache.uima.level = ALL 
+# org.apache.uima.level = ALL