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 Queue Classic
Hey Ryan and QCers
What do you think about having some logging as part of the QC lib?
Since we can grab logger from the stdlib, and it could totally be
optional writing to standard out by default and to a file by option.
-Bobby
Ryan Smith
unread,
May 7, 2011, 11:36:45 AM5/7/11
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 queue_...@googlegroups.com
Absolutely. Somewhere in the code I have:
ENV["LOGING_ENABLED"]
We should use that env var in addition with one that specifies a file location. Or perhaps a configuration object?
Sent from my phone
Noah Zoschke
unread,
May 8, 2011, 9:42:37 PM5/8/11
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 queue_...@googlegroups.com
I like the way rest-client handles this: ENV["RESTCLIENT_LOG"] = "stdout" or a path to a file.
-Noah
Ryan Smith
unread,
May 9, 2011, 12:09:35 PM5/9/11
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