Skip to content

Commit

Permalink
merlin社区文档搜索添加英文
Browse files Browse the repository at this point in the history
  • Loading branch information
leefanlllll committed Apr 29, 2024
1 parent b62ec39 commit 9cb27ad
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 9cb27ad

Please sign in to comment.