We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a954916 commit e8f80b2Copy full SHA for e8f80b2
1 file changed
diff-logs.py
@@ -28,6 +28,9 @@
28
r'/tmp/[^/:"\']{6,}(?:/[^/:"\']+)*/?': '/tmp/d1ff1065',
29
# Common tools
30
r'(?P<step_no>(?:\s|\A)#\d+) \d+\.\d+': r'\g<step_no> 1', # Docker build steps
31
+ # strace process PIDs
32
+ r'(?P<prefix>(?:\b|_?)pid[ =])\d{4,}\b': r'\g<prefix>11111',
33
+ r'(?P<prefix>strace: Process )\d+': r'\g<prefix>111111',
34
35
r'(?:[\da-fA-F]{4,}-){4,}[\da-fA-F]{4,}': 'd1ff1065-d1ff-1065-1007-d1ff1065', # UUID
36
r'[a-zA-Z0-9]{18,}': 'AAAAAAAAAAAAAAAAAA', # Long payload
0 commit comments