Hello guys, does anyone know any tooling for debug...
# random
r
Hello guys, does anyone know any tooling for debuging subscription functions., I would like to know whats happening on my functions, by console.log
i
graphcool logs
graphcool logs --tail
to watch for changes
And you can pass an argument for what environment you are in
r
@iamclaytonray thanks men, really appreciate👍
e
tailing the logs! so useful — thanks for that tip
m
@RollyMaduk @ersherr you can also use
-f
to read the logs on a function
gc logs --tail -f nameOfFunction