How would I access my functions `console.log()`s i...
# prisma-whats-new
i
How would I access my functions `console.log()`s in local?
Tried
docker logs -f local_localfaas_1
already
Nevermind 😅
n
also,
graphcool logs --target local --tail
i
Hmm
--target
is complaining
Please provide a valid target that points to a valid cluster and service id
Would that be
faas_etc,etc
n
well, is your target called something else than
local
?
no
i
Nope
n
targets are listed in
.graphcoolrc
d
docker logs -f local_graphcool_1
is not ok for you?
i
Oh, I guess it was
It’s
dev
d
oh ok
i
Thanks @nilan