
Peter, fortunately you may be able to adjust that in your universe_wsgi.ini by changing log_level from the out of the box default of DEBUG to something less chatty like ERROR: # Specifies the factory for the universe WSGI application paste.app_factory = galaxy.web.buildapp:app_factory log_level = DEBUG On Wed, Sep 29, 2010 at 10:33 AM, Peter <peter@maubp.freeserve.co.uk> wrote:
On Wed, Sep 29, 2010 at 12:45 PM, Brad Chapman <chapmanb@50mail.com> wrote:
Peter;
I've got a patch to reduce the noise in the log output when a tool XML file is missing, e.g.
Here is a follow up patch for the remaining two common error tracebacks I see with a default galaxy-central installation. First, missing loc files in dynamic options:
Is it a good thing to be making this messages less noisy? Your proposal makes them easier to miss amongst all of the logging messages that are displayed when Galaxy starts up. These are issues that you'd want to identify and fix, instead of getting confused later wondering why a tool doesn't show up in the menu or have data files associated with it.