Authored by htoooth

fix

... ... @@ -25,6 +25,10 @@ function parseMessage(line) {
tags.route = tags.path;
}
if (fields.uid && fields.uid === '"undefined"') {
fields.uid = '0';
}
if (!tags.route) {
tags.route = 'null';
}
... ...