ecordell
05/03/2022, 2:19 PMWithInsecure
there (and then separately we need to support config for configuring TLS to the collector)
another option that should work without any changes to spicedb would be to ensure that the collector is serving TLS that is trusted by the system pool in the spicedb pod (i.e. by mounting the cert into the spicedb image in the right location)trichner
05/03/2022, 2:20 PMtrichner
05/03/2022, 2:21 PMecordell
05/03/2022, 2:21 PMecordell
05/03/2022, 2:21 PMecordell
05/03/2022, 2:22 PMtrichner
05/03/2022, 2:30 PMtrichner
05/03/2022, 2:30 PM2022/05/03 14:29:21 Post "localhost:14250": unsupported protocol scheme "localhost"
does not compute 🙂ecordell
05/03/2022, 2:31 PMhttp://localhost:14250/api/traces
I think you want something like thistrichner
05/03/2022, 2:31 PMecordell
05/03/2022, 2:32 PMtrichner
05/03/2022, 2:33 PMecordell
05/03/2022, 2:34 PMecordell
05/03/2022, 2:35 PMecordell
05/03/2022, 2:35 PMtrichner
05/03/2022, 2:36 PMvad
05/03/2022, 2:40 PMtrichner
05/03/2022, 2:41 PMtrichner
05/03/2022, 2:42 PM"level":"info","module":"pgx","args":[...],"commandTag":"SU5TRVJUIDAgNA==","pid":24135,"sql":"INSERT INTO relation_tuple (namespace,object_id,relation,userset_namespace,userset_object_id,userset_relation,created_transaction) VALUES ($1,$2,$3,$4,$5,$6,$7),($8,$9,$10,$11,$12,$13,$14),($15,$16,$17,$18,$19,$20,$21),($22,$23,$24,$25,$26,$27,$28)","time":4.190728,"time":"2022-05-03T14:41:40Z","message":"Exec"}
, is there a way to quiet it down?trichner
05/03/2022, 2:42 PMinfo
?williamdclt
05/03/2022, 2:45 PMLOG_LEVEL=warn
, but I'd rather not have to!ecordell
05/03/2022, 2:51 PMpgx
specific ones are logged at that level by the pgx library; we may just need to offer knobs to turn off pgx logging if we can't adjust the level it logs attrichner
05/03/2022, 2:58 PMinfo
😉Jake
05/03/2022, 3:00 PMtrichner
05/03/2022, 3:18 PMderwolfe
05/03/2022, 3:36 PMderwolfe
05/03/2022, 3:52 PMtrichner
05/03/2022, 3:54 PMJake
05/03/2022, 3:55 PMJake
05/03/2022, 3:56 PM