[mod_python] Superfluous notices in apache error log

Graham Dumpleton graham.dumpleton at gmail.com
Mon Jan 28 17:53:43 EST 2008


Have you tried:

  PythonDebug Off

directive in configuration?

Graham

On 29/01/2008, Eric Brunson <brunson at brunson.com> wrote:
>
>
>  Thank you, Martin.  I was looking for something mod_python specific when I
> should have been looking at the apache docs.
>
>  Thanks for the help,
>  e.
>
>
>  Martin (gzlist) wrote:
>  On 28/01/2008, Eric Brunson <brunson at brunson.com> wrote:
>
>
>  I've been looking through the manual for configuration options, but
> haven't found a solution.
>
> Is there any way to suppress these messages from the error logs?
>
> [Tue Jan 15 13:00:44 2008] [notice] mod_python (pid=17906,
> interpreter='engapp01-zone01'): Importing module
> '/wb/apache/htdocs/wbldapauth.py'
> [Tue Jan 15 13:00:45 2008] [notice] mod_python (pid=17906,
> interpreter='engapp01-zone01'): Importing module
> '/wb/apache/htdocs/canaries/performanceMonitoring/index.py'
> [Tue Jan 15 13:00:47 2008] [notice] mod_python (pid=17960,
> interpreter='engapp01-zone01'): Importing module
> '/wb/apache/htdocs/wbldapauth.py'
> [Tue Jan 15 13:00:47 2008] [notice] mod_python (pid=17960,
> interpreter='engapp01-zone01'): Importing module
> '/wb/apache/htdocs/canaries/performanceMonitoring/index.py'
>
>  LogLevel warn
>
> <http://httpd.apache.org/docs/2.2/mod/core.html#loglevel>
>
> Martin
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>


More information about the Mod_python mailing list