forked from orbit-oss/flask
parent
bbe58a4944
commit
ec9717502f
1 changed files with 3 additions and 2 deletions
|
|
@ -276,8 +276,9 @@ that this list is not complete, consult the official documentation of the
|
||||||
| ``%(lineno)d`` | Source line number where the logging call was |
|
| ``%(lineno)d`` | Source line number where the logging call was |
|
||||||
| | issued (if available). |
|
| | issued (if available). |
|
||||||
+------------------+----------------------------------------------------+
|
+------------------+----------------------------------------------------+
|
||||||
| ``%(asctime)s`` | Human-readable time when the LogRecord` was |
|
| ``%(asctime)s`` | Human-readable time when the |
|
||||||
| | created. By default this is of the form |
|
| | :class:`~logging.LogRecord` was created. |
|
||||||
|
| | By default this is of the form |
|
||||||
| | ``"2003-07-08 16:49:45,896"`` (the numbers after |
|
| | ``"2003-07-08 16:49:45,896"`` (the numbers after |
|
||||||
| | the comma are millisecond portion of the time). |
|
| | the comma are millisecond portion of the time). |
|
||||||
| | This can be changed by subclassing the formatter |
|
| | This can be changed by subclassing the formatter |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue