File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
controllers/spec/template Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
<target>SYSTEM_OUT</target>
18
18
{{ if .Format | eq "json" }}
19
19
<JSONLayout>
20
- <complete>true </complete>
20
+ <complete>false </complete>
21
21
<compact>true</compact>
22
22
<eventEol>true</eventEol>
23
23
</JSONLayout>
34
34
<filePattern>\${sys:pulsar.function.log.dir}/\${sys:pulsar.function.log.file}.%d{yyyy-MM-dd-hh-mm}-%i.log.gz</filePattern>
35
35
{{ if .Format | eq "json" }}
36
36
<JSONLayout>
37
- <complete>true </complete>
37
+ <complete>false </complete>
38
38
<compact>true</compact>
39
39
<eventEol>true</eventEol>
40
40
</JSONLayout>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Configuration:
14
14
target: SYSTEM_OUT
15
15
{{ if .Format | eq "json" }}
16
16
JSONLayout:
17
- complete: true
17
+ complete: false
18
18
compact: true
19
19
eventEol: true
20
20
{{ else }}
@@ -28,7 +28,7 @@ Configuration:
28
28
filePattern: \"\${sys:pulsar.function.log.dir}/\${sys:pulsar.function.log.file}.%d{yyyy-MM-dd}-%i.log.gz\"
29
29
{{ if .Format | eq "json" }}
30
30
JSONLayout:
31
- complete: true
31
+ complete: false
32
32
compact: true
33
33
eventEol: true
34
34
{{ else }}
You can’t perform that action at this time.
0 commit comments