We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66054d5 commit 7a03359Copy full SHA for 7a03359
conf/functions_log4j2.xml
@@ -68,7 +68,7 @@
68
<basePath>${sys:pulsar.function.log.dir}</basePath>
69
<maxDepth>2</maxDepth>
70
<IfFileName>
71
- <glob>*/${sys:pulsar.function.log.file}*log.gz</glob>
+ <glob>${sys:pulsar.function.log.file}*log.gz</glob>
72
</IfFileName>
73
<IfLastModified>
74
<age>30d</age>
@@ -101,7 +101,7 @@
101
102
103
104
- <glob>*/${sys:pulsar.function.log.file}.bk*log.gz</glob>
+ <glob>${sys:pulsar.function.log.file}.bk*log.gz</glob>
105
106
107
0 commit comments