This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neves
Recipients
Date 2004-08-12.21:56:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
logging.getLevelName function doc says that it returns
the "textual representation of logging level", but if
the argument is already the level name, the log level
integer is returned. It should return the argument.

The problem is that if I add my own levels, and call
LoggerInstance.log( levelName, message ), the formatter
will save the level number in the log, insted of the
desired level name. 
History
Date User Action Args
2007-08-23 14:25:05adminlinkissue1008295 messages
2007-08-23 14:25:05admincreate