Author: kwright
Date: Mon Apr 17 06:10:37 2017
New Revision: 1791662
URL: http://svn.apache.org/viewvc?rev=1791662&view=rev
Log:
Update resources so jetty-runner works too with new logger
Added:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml
(with props)
Removed:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.ini
Modified:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/properties.xml
Added:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml?rev=1791662&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml
(added)
+++
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml
Mon Apr 17 06:10:37 2017
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<Configuration status="warn" name="ManifoldCF" packages="">
+ <Appenders>
+ <File name="MyFile" fileName="logs/manifoldcf.log">
+ <PatternLayout>
+ <Pattern>%5p %d{ISO8601} (%t) - %m%n</Pattern>
+ </PatternLayout>
+ </File>
+ </Appenders>
+ <Loggers>
+ <Root level="error">
+ <AppenderRef ref="MyFile"/>
+ </Root>
+ </Loggers>
+</Configuration>
Propchange:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/logging.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/properties.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/properties.xml?rev=1791662&r1=1791661&r2=1791662&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/properties.xml
(original)
+++
manifoldcf/branches/CONNECTORS-1290-3/framework/jetty-runner/src/main/resources/properties.xml
Mon Apr 17 06:10:37 2017
@@ -24,7 +24,7 @@
<property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
<property name="org.apache.manifoldcf.crawler.threads" value="50"/>
<!-- Point to a specific logging file -->
- <property name="org.apache.manifoldcf.logconfigfile" value="./logging.ini"/>
+ <property name="org.apache.manifoldcf.logconfigfile" value="./logging.xml"/>
<!-- Specify the connectors to be loaded -->
<property name="org.apache.manifoldcf.connectorsconfigurationfile"
value="./connectors.xml"/>
<!-- Tell LCF where to find the connector jars -->