[Moin-user] Error log: INFO MoinMoin.config.multiconfig...
Thomas Waldmann
tw-public at gmx.de
Sat Jan 31 11:17:14 EST 2009
> 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/.
More information about the Moin-user
mailing list