Authored by htoooth

fix

... ... @@ -23,6 +23,7 @@ function parseMessage(line) {
p = routeDecode(p) || 'null';
tags.path = p;
tags.route = p;
}
if (fields.uid && fields.uid === '"undefined"') {
... ...