projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed48aed
)
Fix typo in docs
author
Scott Gasch
<
[email protected]
>
Sat, 10 Jun 2023 20:46:39 +0000
(13:46 -0700)
committer
Scott Gasch
<
[email protected]
>
Sat, 10 Jun 2023 20:46:39 +0000
(13:46 -0700)
src/pyutils/logging_utils.py
patch
|
blob
|
history
diff --git
a/src/pyutils/logging_utils.py
b/src/pyutils/logging_utils.py
index dbc8a6fcb3c14243fe93a343ae31ba8f373d6696..10b96eef09d1b71b92cfcf5a6743b6607da094ee 100644
(file)
--- a/
src/pyutils/logging_utils.py
+++ b/
src/pyutils/logging_utils.py
@@
-620,7
+620,7
@@
class LoggingContext(contextlib.ContextDecorator):
... logger.info("Working on it now")
10.0.0.13> Working on it now
- logger.info("Done with that request")
+
>>>
logger.info("Done with that request")
Done with that request
LoggingContext can also be used to add temporary handler(s).