Closed LouisLecouturier closed 1 year ago
Search for notice in the readme or more specifically onnotice
Oh yeah my bad !
Here's what I did to solve it
const queryClient = postgres(connectionString, {
onnotice: () => {}, // put an empty arrow function,
});
Thanks for your help !
Is there any way to disable logs for notice reponses ?
When I run a Truncate query I get this in the console :
As it's doing this in a script that clears all the tables of my db, it's pretty annoying because my true log messages are drawn inside of these...