summaryrefslogtreecommitdiff
path: root/java/log4j.properties
diff options
context:
space:
mode:
Diffstat (limited to 'java/log4j.properties')
-rw-r--r--java/log4j.properties104
1 files changed, 0 insertions, 104 deletions
diff --git a/java/log4j.properties b/java/log4j.properties
deleted file mode 100644
index 96ea876..0000000
--- a/java/log4j.properties
+++ /dev/null
@@ -1,104 +0,0 @@
-##############################################################################
-# Copyright OELIB: OpenEye Scientific Software, Santa Fe,
-# U.S.A., 1999,2000,2001
-# Copyright JOELIB/JOELib2: Dept. Computer Architecture, University of
-# Tuebingen, Germany, 2001,2002,2003,2004,2005
-# Copyright JOELIB/JOELib2: ALTANA PHARMA AG, Konstanz, Germany,
-# 2003,2004,2005
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-##############################################################################
-##############################################################################
-# Set root defaults and appenders
-##############################################################################
-log4j.rootCategory=INFO, A1
-
-##############################################################################
-# Configure verbosity of specific packages/classes
-##############################################################################
-log4j.category.joelib=INFO
-
-log4j.category.joelib=INFO
-log4j.category.joelib2.algo.contribution.GCPredictor=ERROR
-log4j.category.joelib2.data.BasicAromaticityTyper=INFO
-log4j.category.joelib2.data.BasicTransformationRulesHolder=INFO
-log4j.category.joelib2.data.BasicAtomTyper=INFO
-log4j.category.joelib2.feature.data.MoleculesDescriptorMatrix=ERROR
-log4j.category.joelib2.feature.ResultFactory=INFO
-log4j.category.joelib2.feature.SMARTSCounter=ERROR
-log4j.category.joelib2.feature.result.DynamicArrayResult=INFO
-log4j.category.joelib2.feature.types.bondlabel.BondKekuleType=ERROR
-log4j.category.joelib2.feature.types.Autocorrelation=ERROR
-log4j.category.joelib2.feature.types.ElectrotopologicalState=INFO
-log4j.category.joelib2.feature.types.IntrinsicState=INFO
-log4j.category.joelib2.feature.types.GeometricalDiameter=ERROR
-log4j.category.joelib2.feature.types.GeometricalRadius=ERROR
-log4j.category.joelib2.feature.types.SSKey3DS=ERROR
-log4j.category.joelib2.feature.types.TopologicalDiameter=ERROR
-log4j.category.joelib2.feature.types.TopologicalRadius=ERROR
-log4j.category.joelib2.io.JOEFileFormat=INFO
-log4j.category.joelib2.io.types.ChemicalMarkupLanguage=INFO
-log4j.category.joelib2.io.types.ClearTextFormat=INFO
-log4j.category.joelib2.io.types.cml.CMLCoreModule=INFO
-log4j.category.joelib2.io.types.cml.MoleculeFileCDO=INFO
-log4j.category.joelib2.io.types.MDLSD=INFO
-log4j.category.joelib2.gui.molviewer.java3d.graphics3D.PickHighlightBehavior=INFO
-log4j.category.joelib2.gui.molviewer.java3d.util.MolViewerEventAdapter=DEBUG
-log4j.category.joelib2.math.symmetry.Symmetry=INFO
-log4j.category.joelib2.molecule.BasicConformerMolecule=ERROR
-log4j.category.joelib2.molecule.BasicConformerAtom=INFO
-log4j.category.joelib2.molecule.BasicBond=INFO
-//log4j.category.joelib2.molecule.KekuleHelper=DEBUG
-log4j.category.joelib2.molecule.MoleculeHelper=INFO
-log4j.category.joelib2.process.filter.DescriptorFilter=DEBUG
-log4j.category.joelib2.smarts.SMARTSPattern=INFO
-log4j.category.joelib2.smarts.ParseSmart=INFO
-//log4j.category.joelib2.smiles.SMILESParser=DEBUG
-log4j.category.joelib2.util.database.AbstractDatabase=INFO
-
-#WSI
-log4j.category.wsi.ra.io.BatchScriptReplacer=DEBUG
-log4j.category.wsi.ra.tool.ResourceLoader=INFO
-
-##############################################################################
-# Log to console
-##############################################################################
-log4j.appender.A1=org.apache.log4j.ConsoleAppender
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss} [%-5p] %-40c - %m%n
-
-##############################################################################
-# Log to remote socket
-##############################################################################
-log4j.appender.A2=org.apache.log4j.net.SocketAppender
-log4j.appender.A2.RemoteHost=slarti
-log4j.appender.A2.Port=4445
-
-##############################################################################
-# Log to Email
-##############################################################################
-log4j.appender.A3=org.apache.log4j.net.SMTPAppender
-log4j.appender.A3.To=wegnerj@informatik.uni-tuebingen.de
-log4j.appender.A3.From=log4j@informatik.uni-tuebingen.de
-log4j.appender.A3.SMTPHost=mailhost.informatik.uni-tuebingen.de
-log4j.appender.A3.Subject=Email log JOELib
-log4j.appender.A3.LocationInfo=true
-log4j.appender.A3.BufferSize=50
-log4j.appender.A3.layout=org.apache.log4j.PatternLayout
-log4j.appender.A3.layout.ConversionPattern=%d{HH:mm:ss} [%-5p] %-40c - %m%n
-
-##############################################################################
-# Log to file
-##############################################################################
-log4j.appender.A4=org.apache.log4j.FileAppender
-log4j.appender.A4.File=joelib.log
-log4j.appender.A4.Append=false
-log4j.appender.A4.layout=org.apache.log4j.PatternLayout
-log4j.appender.A4.layout.ConversionPattern=%d{HH:mm:ss} [%-5p] %-40c - %m%n \ No newline at end of file