Showing
1 changed file
with
4 additions
and
0 deletions
@@ -25,6 +25,10 @@ function parseMessage(line) { | @@ -25,6 +25,10 @@ function parseMessage(line) { | ||
25 | tags.route = tags.path; | 25 | tags.route = tags.path; |
26 | } | 26 | } |
27 | 27 | ||
28 | + if (fields.uid && fields.uid === '"undefined"') { | ||
29 | + fields.uid = '0'; | ||
30 | + } | ||
31 | + | ||
28 | if (!tags.route) { | 32 | if (!tags.route) { |
29 | tags.route = 'null'; | 33 | tags.route = 'null'; |
30 | } | 34 | } |
-
Please register or login to post a comment