Skip to content

Commit

Permalink
Remove logger header in task log file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed Aug 19, 2022
1 parent 8b3f60e commit 2f8aeef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<file>${log.base}/${taskAppId}.log</file>
<encoder>
<pattern>
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} [%thread] %logger{96}:[%line] - %messsage%n
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} - %messsage%n
</pattern>
<charset>UTF-8</charset>
</encoder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<file>${log.base}/${taskAppId}.log</file>
<encoder>
<pattern>
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} [%thread] %logger{96}:[%line] - [WorkflowInstance-%X{workflowInstanceId:-0}][TaskInstance-%X{taskInstanceId:-0}] - %messsage%n
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} - %messsage%n
</pattern>
<charset>UTF-8</charset>
</encoder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<file>${log.base}/${taskAppId}.log</file>
<encoder>
<pattern>
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} [%thread] %logger{96}:[%line] - %messsage%n
[%level] %date{yyyy-MM-dd HH:mm:ss.SSS Z} - %messsage%n
</pattern>
<charset>UTF-8</charset>
</encoder>
Expand Down

0 comments on commit 2f8aeef

Please sign in to comment.