mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
tools: Remove unused munge-postgres-logs.
This hasn't been used in several years.
This commit is contained in:
parent
bd945333a3
commit
74dc3e9a3e
@ -1,11 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
while (<>) {
|
||||
# remove milliseconds
|
||||
s/(?<= \d\d:\d\d:\d\d)\.\d{3}//;
|
||||
# convert session id to process id
|
||||
s/\[[0-9a-zA-Z]+\.([0-9a-zA-Z]+)\]/"[" . hex($1) . "]"/e;
|
||||
print;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user