Title
t

timwis

10/23/2017, 8:48 PM
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

nilan

10/23/2017, 9:00 PM
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

timwis

10/23/2017, 9:00 PM
yes
n

nilan

10/23/2017, 9:00 PM
Can you reproduce this in a clean service, too?
mkdir fresh
cd fresh
graphcool init
graphcool deploy
graphcool logs
t

timwis

10/23/2017, 9:01 PM
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

nilan

10/23/2017, 9:02 PM
can you just invoke the
hello
resolver for that new project?
ah, so you're on the local cluster
t

timwis

10/23/2017, 9:03 PM
isn’t that the right place to work while developing?
n

nilan

10/23/2017, 9:03 PM
a bug report would be appreciated then - we're currently investigating problems with logs there
it absolutely is! 🙂
t

timwis

10/23/2017, 9:20 PM
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