On Thu, Aug 18, 2011 at 8:02 AM, David Cantrell <da...@cantrell.org.uk> wrote: > On Thu, Aug 18, 2011 at 07:20:51AM -0400, David Golden wrote: >> On Thu, Aug 18, 2011 at 6:09 AM, Silvio Quadri <silv...@gmail.com> wrote: >> > ... as you see, the UID 3428f435-blablabla became in 3428c44a-blablabla >> > The question is ... there are some method for know the real UID report >> > from tail log? >> A "report" is composed of many "facts" -- each "fact" has a UUID, as >> does the report itself. (See CPAN::Testers::Report for gory details.) > > I'm interested in where my machines are logging UUIDs! It's certainly > not in .cpanreporter.
Testing machines aren't "logging" it. UUIDs are assigned when facts are created and they are sent to the Metabase, which records them. The tail log was my quick and dirty "is this thing running" query. In the future, when I get a chance to rewrite/replace Test::Reporter, I would consider allowing users to log their reports by ID. -- David