Skip to content

Commit

Permalink
fix(google): do not log URL twice
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 26, 2021
1 parent 2bb4751 commit a355c81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assembly/google-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ export class GoogleLogger {
encoder.setInteger("time", now);
encoder.setString("host", this.subsystemName);


encoder.setString("url", this.req.url);

// json.cdn
if (this.req.headers.has("referer")) {
encoder.setString("url", this.req.headers.get("referer") as string);
Expand Down

0 comments on commit a355c81

Please sign in to comment.