Skip to content

Commit 72c6308

Browse files
hanmzTechnoboy-
authored andcommitted
[fix][fn] fix functions_log4j2.xml delete strategy config (#21215)
1 parent c8b8639 commit 72c6308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/functions_log4j2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<basePath>${sys:pulsar.function.log.dir}</basePath>
6969
<maxDepth>2</maxDepth>
7070
<IfFileName>
71-
<glob>*/${sys:pulsar.function.log.file}*log.gz</glob>
71+
<glob>${sys:pulsar.function.log.file}*log.gz</glob>
7272
</IfFileName>
7373
<IfLastModified>
7474
<age>30d</age>
@@ -101,7 +101,7 @@
101101
<basePath>${sys:pulsar.function.log.dir}</basePath>
102102
<maxDepth>2</maxDepth>
103103
<IfFileName>
104-
<glob>*/${sys:pulsar.function.log.file}.bk*log.gz</glob>
104+
<glob>${sys:pulsar.function.log.file}.bk*log.gz</glob>
105105
</IfFileName>
106106
<IfLastModified>
107107
<age>30d</age>

0 commit comments

Comments
 (0)