Open GoogleCodeExporter opened 9 years ago
I've tried enabling logging, by creating a /resources folder, adding it to the
classpath and putting the following in each, but i don't see any additional
information sadly.
log4j.properties
#
#
# 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.
#
#
log4j.rootCategory=WARN, O
# Stdout
log4j.appender.O=org.apache.log4j.ConsoleAppender
# Archive log files (one backup file here)
log4j.appender.O.layout=org.apache.log4j.PatternLayout
log4j.appender.O.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c: %m%n
log4j.logger.org.odata4j=ERROR
log4j.logger.org.apache.cxf=ERROR
log4j.logger.com.sun.jersey=ERROR
logging.properties
handlers= java.util.logging.ConsoleHandler
.level= INFO
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
org.odata4j.level = FINEST
Original comment by afawc...@financialforce.com
on 6 Dec 2013 at 6:37
Original issue reported on code.google.com by
afawc...@financialforce.com
on 6 Dec 2013 at 6:34