Skip to content

Commit e3ed07b

Browse files
committed
[improve] Handle user privacy when submitting a task print configuration logs
1 parent 6bd6793 commit e3ed07b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/seatunnel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ seatunnel:
2222
queue-type: blockingqueue
2323
print-execution-info-interval: 60
2424
print-job-metrics-info-interval: 60
25+
log-privacy-keyword: username,password,passwd,token,jwt,secret
2526
slot-service:
2627
dynamic-slot: true
2728
checkpoint:
@@ -33,4 +34,4 @@ seatunnel:
3334
plugin-config:
3435
namespace: /tmp/seatunnel/checkpoint_snapshot
3536
storage.type: hdfs
36-
fs.defaultFS: file:///tmp/ # Ensure that the directory has written permission
37+
fs.defaultFS: file:///tmp/ # Ensure that the directory has written permission

0 commit comments

Comments
 (0)