Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] a question about error message

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] a question about error message


Chronological Thread 
  • From: Daniel Doyle <>
  • To: Hironori Ito <>
  • Cc:
  • Subject: Re: [perfsonar-user] a question about error message
  • Date: Thu, 15 Jan 2015 09:37:27 -0500

Hiro,

That message is a debug or maybe info message that appears to be logging at
the incorrect level of error. It's actually the "success" message of that
function, so seeing it is a good thing. You could stop it by making the
log4perl configuration not log errors, although I would strongly not
recommend that because it would mean actual errors would be getting ignored
as well and future debugging of any issues would be quite hard.

I'll go ahead and commit this as a fix in the repository, but in the
meanwhile if you want to manually shut it up you can edit line 107 in
/opt/perfsonar_ps/regular_testing/lib/perfSONAR_PS/RegularTesting/Master/SelfScheduledTestChild.pm

from

$logger->error

to

$logger->debug


Thanks,
-Dan

On Jan 14, 2015, at 10:38 AM, Hironori Ito
<>
wrote:

> Hello.
>
> I see the following messages repeatedly in the log (regular_testing.log).
>
>
> 2015/01/14 10:35:28 (2232) ERROR> SelfScheduledTestChild.pm:107
> perfSONAR_PS::RegularTesting::Master::SelfScheduledTestChild::save_results
> - Enqueued test results for measurement archive: esmond_latency_localhost
>
>
> My question is what the message means. Is this instance of Perfsonar
> broken or configured incorrectly? If not, can this be stopped by
> changing configuration?
>
> thanks,
>
> Hiro

Dan Doyle
GlobalNOC Software Developer
1-812-856-3892




Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail




Archive powered by MHonArc 2.6.16.

Top of Page