• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/OMERO.insight_3_Beta1/config/log4j.config

Revision 4700, 1.4 kB (checked in by jburel, 2 years ago)

Fixed tooltip.
fixed bug if the viewed image has only one z-section and one timepoint.
Fixed doc i.e. replaced Shoola by OMEROClient

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1##################### OMEROClient Log Service Configuration File ###############
2
3
4################################################################################
5#       START OF BASE CONFIGURATION
6#       
7#
8
9# Define the base appender.  Don't edit this.
10log4j.appender.BASE = org.apache.log4j.RollingFileAppender
11
12# The log directory and log file are specified in container.xml and then set by
13# the container. This entry is just a placeholder.  Don't edit this.
14log4j.appender.BASE.File = DEFINED_BY_CONTAINER
15
16# Maximum size that the output file is allowed to reach before being rolled over
17# to backup files.
18log4j.appender.BASE.MaxFileSize = 100KB
19
20# Maximum number of backup files to keep around.               
21log4j.appender.BASE.MaxBackupIndex = 100
22                                       
23# Define the output layout of the base appender.
24log4j.appender.BASE.layout = org.apache.log4j.PatternLayout
25log4j.appender.BASE.layout.ConversionPattern = \
26        %r ms since start (%d) ** %p **%n \
27        [thread: %t][class: %c] -%n \
28        %m%n%n
29               
30# Set the the root logger level and appender.  Don't edit this.
31log4j.rootLogger = debug, BASE
32
33#
34#       END OF BASE CONFIGURATION
35#
36################################################################################
37
38
39# Print only messages of level WARN or above coming from the HTTP libs.
40log4j.logger.org.apache = WARN
41log4j.logger.ome.client = WARN
42log4j.logger.org.springframework = WARN
43log4j.logger.org.jboss = WARN
44log4j.logger.ome.system = WARN
45
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/