tridentli / pitchfork

Golang framework for secure communication platforms.
Apache License 2.0
5 stars 3 forks source link

Investigate iptrk #135

Open massar opened 7 years ago

massar commented 7 years ago

We see a lot of:

DB.Row.Scan(INSERT INTO iptrk (ip) VALUES($1) RETURNING count)[[192.0.2.42]] error: pq: duplicate key value violates unique constraint "iptrk_pkey"

We should not be logging these as they are handled internally.