diff options
author | jackh-ncl <1750152+jackh-ncl@users.noreply.github.com> | 2022-05-26 08:30:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 08:30:51 (GMT) |
commit | cc377063ef3ef99edce00e0c706809d9510e2bed (patch) | |
tree | 79b7df791bf0f18724d2f2fd078f4ca7ca426250 /Misc | |
parent | 518595652759462b13904df767f69b8cc2c61143 (diff) | |
download | cpython-cc377063ef3ef99edce00e0c706809d9510e2bed.zip cpython-cc377063ef3ef99edce00e0c706809d9510e2bed.tar.gz cpython-cc377063ef3ef99edce00e0c706809d9510e2bed.tar.bz2 |
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-25-00-21-28.gh-issue-91513.9VyCT4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-25-00-21-28.gh-issue-91513.9VyCT4.rst b/Misc/NEWS.d/next/Library/2022-05-25-00-21-28.gh-issue-91513.9VyCT4.rst new file mode 100644 index 0000000..f9f9376 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-25-00-21-28.gh-issue-91513.9VyCT4.rst @@ -0,0 +1 @@ +Added ``taskName`` attribute to :mod:`logging` module for use with :mod:`asyncio` tasks. |