063b36fdfeb12fd661f0574fdb2ae40da9ffbd66
[lui-solr.git] / zookeeper / etc / logging.properties
1 #
2 # Licensed to the Apache Software Foundation (ASF) under one or more
3 # contributor license agreements.  See the NOTICE file distributed with
4 # this work for additional information regarding copyright ownership.
5 # The ASF licenses this file to You under the Apache License, Version 2.0
6 # (the "License"); you may not use this file except in compliance with
7 # the License.  You may obtain a copy of the License at
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17
18 # To use this log config, start solr with the following system property: 
19 # -Djava.util.logging.config.file=etc/logging.properties
20
21 ## Default global logging level:
22 .level = INFO
23
24 ## Log every update command (add, delete, commit, ...)
25 #org.apache.solr.update.processor.LogUpdateProcessor.level = FINE
26
27 ## Where to log (space separated list).
28 handlers = java.util.logging.FileHandler
29
30 java.util.logging.FileHandler.level = FINE
31
32 java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
33
34 # 1 GB limit per file
35 java.util.logging.FileHandler.limit = 1073741824
36
37 # Log to the logs directory, with log files named solrxxx.log
38 java.util.logging.FileHandler.pattern = ./logs/solr%u.log