Author: matzew
Date: Mon Jul 24 22:28:40 2006
New Revision: 425293
URL: http://svn.apache.org/viewvc?rev=425293&view=rev
Log:
more...
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties
(contents, props changed)
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties?rev=425293&r1=425292&r2=425293&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties
Mon Jul 24 22:28:40 2006
@@ -12,22 +12,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Specify the handlers to create in the root logger
-# (all loggers are children of the root logger)
-# The following creates two handlers
-handlers = java.util.logging.ConsoleHandler
-
-# Set the default logging level for the root logger
-.level = ALL
-
-# Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = INFO
-
-# Set the default logging level for new FileHandler instances
-#java.util.logging.FileHandler.level = ALL
-
-# Set the default formatter for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-# Set the default logging level for the logger named com.mycompany
-oracle.level = ALL
+# Specify the handlers to create in the root logger
+# (all loggers are children of the root logger)
+# The following creates two handlers
+handlers = java.util.logging.ConsoleHandler
+
+# Set the default logging level for the root logger
+.level = ALL
+
+# Set the default logging level for new ConsoleHandler instances
+java.util.logging.ConsoleHandler.level = INFO
+
+# Set the default logging level for new FileHandler instances
+#java.util.logging.FileHandler.level = ALL
+
+# Set the default formatter for new ConsoleHandler instances
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+# Set the default logging level for the logger named com.mycompany
+oracle.level = ALL
Propchange:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-demo/src/conf/logging.properties
------------------------------------------------------------------------------
svn:eol-style = native