Hi! I am having problems with `logs` of functions,...
# prisma-whats-new
m
Hi! I am having problems with
logs
of functions, as I have around 600 logs and cannot see the last ones. Is there a way to clear the logs?
n
graphcool logs --tail
should give you the last ones
m
Thanks!