Close #4976: `SphinxLoggerAdapter.info() now supports location` parameter

This commit is contained in:
Takeshi KOMIYA
2018-06-23 14:41:01 +09:00
parent e1201f2779
commit 910be1e2a2
4 changed files with 70 additions and 10 deletions

View File

@@ -50,6 +50,10 @@ Logging API
If true, the logger does not fold lines at the end of the log message.
The default is ``False``.
**location**
Where the message emitted. For more detail, see
:meth:`SphinxLoggerAdapter.warning`.
**color**
The color of logs. By default, debug level logs are
colored as ``"darkgray"``, and debug2 level ones are ``"lightgray"``.