|
|
@@ -12,7 +12,7 @@
|
|
|
<!-- 定义全局参数常量 -->
|
|
|
<property name="log.level" value="debug"/>
|
|
|
<property name="log.maxHistory" value="30"/><!-- 30表示30个 -->
|
|
|
- <springProperty scope="context" name="logging.path" source="logging.path"/>
|
|
|
+ <springProperty scope="context" name="logging.path" source="logging.path" defaultValue="C:/project/ext/log"/>
|
|
|
<!--输出文件前缀-->
|
|
|
<property name="FILENAME" value="alien"/>
|
|
|
|