[DISCUSS]: Debug logging for submitted patches from contributors.

2016-09-28 Thread Casey Brotherton
Hello, Over the past couple of months, I have submitted a couple of small patches, and hope to add larger contributions. In doing so, it seemed that there would be a benefit for contributors to be able to see debug logging for when YETUS tests itself through the Jira Plugin. To first frame what

Re: [DISCUSS]: Debug logging for submitted patches from contributors.

2016-09-29 Thread Allen Wittenauer
> On Sep 28, 2016, at 7:24 AM, Casey Brotherton > wrote: > > Hello, > > Over the past couple of months, I have submitted a couple of small patches, > and hope to add larger contributions. I hope you and others know that you're making me feel extremely guilty that I haven't had a chan

Re: [DISCUSS]: Debug logging for submitted patches from contributors.

2016-10-04 Thread Casey Brotherton
I like #3, I will see if I can mark out some time this week to try it. yetus_* logging should be easy to send to a file. On Thu, Sep 29, 2016 at 4:03 PM, Allen Wittenauer wrote: > > > On Sep 28, 2016, at 7:24 AM, Casey Brotherton > wrote: > > > > Hello, > > > > Over the past couple of months,

Re: [DISCUSS]: Debug logging for submitted patches from contributors.

2016-10-04 Thread Allen Wittenauer
I just remembered that I used this trick elsewhere. Take a look at the builtin-bugsystem's console report file. Those weird exec's are redirecting stdout to file descriptors. We'll likely have to redo that code if we do this globally. :) > On Oct 4, 2016, at 9:01 AM, Casey Brother