Skip to content

Commit

Permalink
fix: 完善部署脚本 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanTanger committed Sep 18, 2023
1 parent 01b97ba commit 0de57c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<springProperty scope="context" name="springAppEnv" source="spring.profiles.active"/>
<!-- <springProperty scope="context" name="logFile" source="logging.file"/> -->


<property name="logFile" value="logs/whalesharkIM"/>
<!--日志在工程中的输出位置-->
<property name="LOG_FILE" value="${logFile}"/>
Expand Down Expand Up @@ -85,4 +86,4 @@
</root>
</springProfile>

</configuration>
</configuration>

0 comments on commit 0de57c0

Please sign in to comment.