Mercurial > moin > 1.9
changeset 3102:a78bf6977df8
removed 'logging initialized' message because it filled the logs for CGI (ported from 1.6)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 23 Feb 2008 16:14:04 +0100 |
parents | 65322abb0a33 |
children | 4ede355c6089 80e1a910a2f1 |
files | MoinMoin/server/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/server/__init__.py Sat Feb 23 15:18:23 2008 +0100 +++ b/MoinMoin/server/__init__.py Sat Feb 23 16:14:04 2008 +0100 @@ -91,8 +91,6 @@ # add the handler to the root logger logger.addHandler(logstderr) - logging.info("logging initialized") - # Check that docs path is accessible if self.docs: self.docs = os.path.normpath(os.path.abspath(self.docs))