> 2009-01-30 13:29:48,770 INFO MoinMoin.config.multiconfig:125 using wiki 
> config: /home/username/sitename/wiki/moin/wikiconfig.pyc
> 
> Running 1.8 via CGI
> 
> What these lines for, and how do i fix it?

This info is emitted once when moin starts. It is to make sure the wiki
admin knows which config file is used by moin (we often had trouble with
admins editing the wrong files).

With CGI, moin is started once per request, so you get that line all the
time.

2 ways to resolve this:

a) do not use CGI (it is very slow anyway), try to use WSGI

b) configure moin's logging as you like, e.g. raise logging level to
WARN (not INFO), see moin.cgi and logging configuration samples in
wiki/config/logging/.



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to