Skip to content

Commit cd93938

Browse files
committed
Docs
1 parent 88fe303 commit cd93938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ Parameter | Description | Default
639639
**`json_deserializer`** | function to deserialize `str`, `bytes`, `bytearray` containing a JSON document to a Python obj | `json.loads`
640640
**`json_default`** | function to coerce unserializable values, when no custom serializer/deserializer is set | `str`
641641
**`datefmt`** | string directives (strftime) to format log timestamp | `%Y-%m-%d %H:%M:%S,%F%z`, where `%F` is a custom ms directive
642+
**`use_datetime`** | format the `datefmt` timestamps using `datetime`, not `time` (also supports the custom `%F` directive for milliseconds) | `False`
642643
**`utc`** | set logging timestamp to UTC | `False`
643644
**`log_record_order`** | set order of log keys when logging | `["level", "location", "message", "timestamp"]`
644645
**`kwargs`** | key-value to be included in log messages | `None`

0 commit comments

Comments
 (0)