aweb.vowl.owl2vowl.OWL2VOWL.0.2.1.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OWL2VOWL Show documentation
Show all versions of OWL2VOWL Show documentation
Owl2Vowl is an ontology converter used to convert the given ontology to a json
format that is used in the WebVOWL visualization. See
https://github.com/VisualDataWeb/WebVOWL or http://vowl.visualdataweb.org/.
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Properties> <Property name="log-path">logs</Property> </Properties> <Appenders> <!--<RollingFile name="info-log" fileName="${log-path}/ontology-structure.log"--> <!--filePattern="${log-path}/ontology-structure-%d{yyyy-MM-dd}.log" append="false">--> <!--<PatternLayout>--> <!--<pattern>[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n</pattern>--> <!--</PatternLayout>--> <!--<Policies>--> <!--<TimeBasedTriggeringPolicy interval="1" modulate="true"/>--> <!--</Policies>--> <!--</RollingFile>--> </Appenders> <Loggers> <Root level="info" additivity="false"> <!--<appender-ref ref="info-log" level="debug"/>--> </Root> </Loggers> </Configuration>