Maybe a noob question, but how can I debug a funct...
# prisma-whats-new
k
Maybe a noob question, but how can I debug a function in a service? The logs doesn't show
console.log
outputs
a
The log does show console.log outputs, but the
console.log(message, params)
syntax doesn't work.
k
Do you mean
graphcool logs -f hello -t
?
a
I meant the logs in the console, but I presume the output is the same on the CLI
n
could you create a minimal reproduction example in a new Github repo and explain your situation in a new issue here: https://github.com/graphcool/graphcool/?
k
@agartha was right, the console.log is visible using
graphcool logs
, it's just very hard to read it:
👍🏻 1