Skip to content

Commit

Permalink
!14 merlin数据导入英文 、添加日志配置文件
Browse files Browse the repository at this point in the history
Merge pull request !14 from 李凡/master
  • Loading branch information
JoannaNil authored and gitee-org committed Apr 29, 2024
2 parents 1a07c82 + 9cb27ad commit 0fec4d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion merlin/src/main/resources/initDoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ if [ ! -d "${SOURCE}/docs" ]; then
fi

mkdir -p ${TARGET}/docs
cp -r ${SOURCE}/docs/docs/zh ${TARGET}/docs/
cp -r ${SOURCE}/docs/docs/zh ${TARGET}/docs/
cp -r ${SOURCE}/docs/docs/en ${TARGET}/docs/
8 changes: 8 additions & 0 deletions merlin/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### #配置根Logger ###
log4j.rootLogger=INFO,stdout

### 输出到控制台 ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyy-MM-dd HH\:mm\:ss} %5p %c{1}\:%L - %m%n

0 comments on commit 0fec4d2

Please sign in to comment.