Skip to content

Commit

Permalink
fix:日志中文乱码
Browse files Browse the repository at this point in the history
pref:日志打印优化
  • Loading branch information
jsonwan committed Jun 23, 2021
1 parent d5f0094 commit 3c636ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ object JobUtils {
}

fun getDetailUrl(jobHost: String, taskInstanceId: Long): String {
return "<a target='_blank' href='$jobHost/api_execute/$taskInstanceId'>Go to Job for Detail</a>"
return "<a target='_blank' href='$jobHost/api_execute/$taskInstanceId'>到作业平台查看详情(Go to Job for Detail)</a>"
}
}
2 changes: 1 addition & 1 deletion task.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"language": "java",
"minimumVersion": "1.8",
"demands": [],
"target": "$bk_java_path -jar executeJob-jar-with-dependencies.jar -Dfile.encoding=utf8"
"target": "$bk_java_path -Dfile.encoding=utf8 -jar executeJob-jar-with-dependencies.jar"
},
"input": {
"bizId": {
Expand Down

0 comments on commit 3c636ba

Please sign in to comment.