projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047bb22
)
Fix pydocs
author
Scott Gasch
<
[email protected]
>
Wed, 1 Mar 2023 23:23:39 +0000
(15:23 -0800)
committer
Scott Gasch
<
[email protected]
>
Wed, 1 Mar 2023 23:23:39 +0000
(15:23 -0800)
src/pyutils/logging_utils.py
patch
|
blob
|
history
diff --git
a/src/pyutils/logging_utils.py
b/src/pyutils/logging_utils.py
index 5d7ae1ab7e54a95f727a497f55c964259b0bd252..23494388ac36b01ca8aed52e48f402487519a512 100644
(file)
--- a/
src/pyutils/logging_utils.py
+++ b/
src/pyutils/logging_utils.py
@@
-520,7
+520,7
@@
class MillisecondAwareOptionallyPrependingFormatter(logging.Formatter):
.. note::
You probably don't need to use this directly but it is
- wired in under :meth:
initialize_logging
so that the
+ wired in under :meth:
`initialize_logging`
so that the
timestamps in log messages have millisecond level
precision.