auto-config.xml
532 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<config>
<group>
<property name="petstore.env.webapphome" defaultValue="/home/login/petstore/deploy" description="应用根目录"/>
<property name="petstore.log.level" defaultValue="INFO" description="log级别"/>
<property name="petstore.log.root" defaultValue="${petstore.env.webapphome}/logs" description="log根目录"/>
</group>
<script>
<generate template="META-INF/autoconf/logback.xml" destfile="WEB-INF/classes/logback.xml"/>
</script>
</config>