You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ql...@googlegroups.com
I'm trying to use the "log" function to debug a monkey patch I wrote, but I can't see what I'm logging either on the console or the terminal.
Hongcheng Chang
unread,
Mar 22, 2013, 3:46:32 PM3/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ql...@googlegroups.com
It is possible that you start your own log emitter within your monkey patch that emit events to your own event listener. ql.io's logging, ususally can find under logs directory in your main app, only logs per transaction.
Eduardo Julian
unread,
Mar 22, 2013, 4:53:31 PM3/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ql...@googlegroups.com
Got it. Thanks.
Since I'm using logging for debugging, I just went to use console.log().