I tried to limit it via `-f functionName` but it s...
# prisma-whats-new
t
I tried to limit it via
-f functionName
but it says that function doesn’t exist and to run
graphcool functions
to see a list of functions, but
graphcool functions
doesn’t appear to be implemented
n
the instructions there are not correct. please look up the function name in
graphcool.yml
and do
graphcool logs -f functionName
, or simply do
graphcool logs
are you still getting the error message from before?
t
yes
n
Can you reproduce this in a clean service, too?
Copy code
mkdir fresh
cd fresh
graphcool init
graphcool deploy
graphcool logs
t
no error. instead
No messages have been logged in the last 30 min for project
where’s the log files stored.. i’ll see if there’s something wonky in there
oh it’s stored inside the docker container i bet
n
can you just invoke the
hello
resolver for that new project?
ah, so you're on the local cluster
t
isn’t that the right place to work while developing?
n
a bug report would be appreciated then - we're currently investigating problems with logs there
it absolutely is! 🙂
t
hey do you know the best way to nuke my local cluster? since logs isn’t working and delete isn’t working, i’m kinda stuck 😕 i tried doing docker stop & docker rm but it’s still got my old install in there it appears