Skip to content

Commit

Permalink
🧀 config log file path
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 3, 2017
1 parent 168626a commit 6a4c592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sqlite.version>3.15.1</sqlite.version>
<blade-mvc.version>2.0.1-beta1</blade-mvc.version>
<blade-mvc.version>2.0.1-beta2</blade-mvc.version>
<blade-jdbc.version>0.1.6-beta</blade-jdbc.version>
<blade-tpl.verion>0.1.0</blade-tpl.verion>
<commonmark.version>0.9.0</commonmark.version>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mvc.view.500=/comm/error_500.html
mvc.statics=/upload
app.support_163_music=true
app.support_gist=true
#com.blade.logger.log.
com.blade.logger.impl.org.sql2o.Query=debug
com.blade.logger.logFile=./logs/tale.log

0 comments on commit 6a4c592

Please sign in to comment.