Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] eXist logging information in the SSHTELNET MP logs

Subject: perfsonar development work

List archive

Re: [pS-dev] eXist logging information in the SSHTELNET MP logs


Chronological Thread 
  • From: Guilherme Fernandes <>
  • To: Stijn Melis <>
  • Cc: Roman Lapacz <>, "" <>
  • Subject: Re: [pS-dev] eXist logging information in the SSHTELNET MP logs
  • Date: Wed, 18 Jun 2008 16:25:51 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=SDM1g2fyR1135zfticx9Wu3p4dlhxqXlPcANl4i5xlXOqGw3BqZSEYeQhn6cWZnBAC Vs2baFhIjWSWo8x5r3iRFgH65XJiPu+J7LbbJ2KSu2vrNxwwgaoWnKDe/GFt+eg55joC dUKsdFL2EJbjYMJjzBJlZLm8HoamQZD3u9b1o=

Stijn Melis wrote:
Roman Lapacz wrote:
Stijn Melis wrote:
Hi all,

Hi

I am trying to clean up the logs for the SSHTELNET MP in order to get more useful logs for the MP. I am removing unnecessary stuff from it, as well as updating some entries which are not really clear at the moment.

On of the things I noticed was the following line which occurs an enormous amount of times in the debug log:

DEBUG - ExistXMLDatabaseAccess: perform XQuery

This happens in a class which wasn't written by me. Is it possible to turn this off? Is there some method in ExistXMLDatabaseAccess which can turn this logging off?

You can turn off DEBUG level. (I think INFO is default for services)

Hmm, I use the debug level myself when I need to do debugging ;) It's then that I would like to get rid of this information, because it gets printed a lot in my debug files.

I use INFO for regular stuff (like "Trying to connect", "Logged in", "Executing command" etc...), while I use the debug level for actual parameters: which command, which parameters, etc...
Maybe we should implement a "perfsonar base debugging level". It can be easily done with log4j, and both would actually log as DEBUG level, but we can then choose if we want only the debug info from our implementation, only the one from base, or both..

Guilherme

Cheers,

Stijn

Roman


Thanks in advance,

Stijn





Archive powered by MHonArc 2.6.16.

Top of Page