Hi all, I'd like to ask you guys if you know how t...
# orm-help
t
Hi all, I'd like to ask you guys if you know how to disable logs on graphql-yoga on production. I'm talking about this kind of logs. I tried
debug:false
on server options but it didn't have any effect. Thank you.
n
This looks like some
console.log
that you added in your code, not logs that are coming from
graphql-yoga
.
t
hmm thank you that might explain it tbh. I'll look further into it
it was this one on server options, thank you again
Copy code
logFunction: console.log,
👍 1