ninjudd/drip

Is there a drip log somewhere?

kimptoc opened this issue · 2 comments

For example if I put a 'puts' in my dripmain.rb, will it be output anywhere?

Is there a setting to enable logging, perhaps?

Thanks,
Chris

You cannot print to stdout in dripmain.rb, but stderr will go to ~/.drip/$VERSION/error.log

On Sat, Mar 9, 2013 at 4:00 AM, Chris Kimpton notifications@github.com
wrote:

For example if I put a 'puts' in my dripmain.rb, will it be output anywhere?
Thanks,

Chris

Reply to this email directly or view it on GitHub:
https://github.com/flatland/drip/issues/59

Perfect - thanks.