Skip to content

Commit

Permalink
[Enhancement] log stack trace in FE thrift service (#47491)
Browse files Browse the repository at this point in the history
Signed-off-by: stdpain <[email protected]>
(cherry picked from commit 553e115)

# Conflicts:
#	fe/fe-core/src/main/java/com/starrocks/common/Log4jConfig.java
  • Loading branch information
stdpain authored and mergify[bot] committed Jun 26, 2024
1 parent f27536c commit ccc2cf8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ public class Log4jConfig extends XmlConfiguration {
" </RollingFile>\n" +
" <RollingFile name=\"SysWF\" fileName=\"${sys_log_dir}/fe.warn.log\" filePattern=\"${sys_log_dir}/fe.warn.log.${sys_file_pattern}-%i\">\n" +
" <PatternLayout charset=\"UTF-8\">\n" +
<<<<<<< HEAD
" <Pattern>%d{yyyy-MM-dd HH:mm:ss,SSS} %p (%t|%tid) [%C{1}.%M():%L] %m%n</Pattern>\n" +
=======
" <Pattern>%d{yyyy-MM-dd HH:mm:ss.SSSXXX} %p (%t|%tid) [%C{1}.%M():%L] %m%n %ex</Pattern>\n" +
>>>>>>> 553e115f5b ([Enhancement] log stack trace in FE thrift service (#47491))
" </PatternLayout>\n" +
" <Policies>\n" +
" <TimeBasedTriggeringPolicy/>\n" +
Expand Down

0 comments on commit ccc2cf8

Please sign in to comment.