
ics.kgimport.3.2.1.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kgimport Show documentation
Show all versions of kgimport Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=INFO, myAppender
log4j.logger.fr=INFO
#log4j.logger.fr.cnrs.i3s.jgasw=TRACE
# myAppender is set to be a ConsoleAppender.
log4j.appender.myAppender=org.apache.log4j.ConsoleAppender
# myAppender uses PatternLayout.
log4j.appender.myAppender.layout=org.apache.log4j.PatternLayout
# More on the conversion pattern:
# http://logging.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html
log4j.appender.myAppender.layout.ConversionPattern=%-5p %d [%t] %l: %m%n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy