-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting console.log output #40
Comments
Hey @santomegonzalo, sorry for the confusion! Normally these logs should be visible either in the browser console if you're debugging using the Web app, or the Console app if you're using the macOS app. Mind sharing a snippet of the |
Hi I'm also having trouble seeing console logs. Here's the layer function I have.
I'm using the macOS app (Version 2.2.5 (609)). The function works (I can see the output inside zeplin) but I don't see the logs in the console where I ran |
I am in a similar boat, using the macOS app Version 2.2.5 (609) |
This was extremely frustrating for me yesterday (especially because "Reload Local Extensions" doesn't seem to work, zeplin/zem#14). I found logs, but they're not great: My setupVersion 2.2.6 (616) What I did:
This is better than nothing but still a pretty bad dev experience.
For 1, I've tried looking for a log file that I could tail, but no luck so far. |
@ashleahhill Thanks for sharing your process. I've taken your learnings and discovered a way to tail the logs (on a Mac). Here's my setup + process... My setupVersion 2.4 (672) What I did:
|
@samwalshnz Thanks so much for the clarification and steps to follow to view logs from extensions. We've added this to the documentation. |
Hi, I added some
console.log
on my code but I'm not seeing the result of that... this is because I want to build some crazy things and will be nice to have a way to debug some lines.Thanks
The text was updated successfully, but these errors were encountered: