Skip to content

logging.LogRecord missing param type information #95516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CAM-Gerlach opened this issue Aug 1, 2022 · 0 comments · Fixed by #95517
Closed

logging.LogRecord missing param type information #95516

CAM-Gerlach opened this issue Aug 1, 2022 · 0 comments · Fixed by #95517
Assignees
Labels
docs Documentation in the Doc dir

Comments

@CAM-Gerlach
Copy link
Member

As another docs improvement in the series started by #94700 , logging.LogRecord currently has a great structured parameter list, but is missing type information for the parameters, which in many cases leads to ambiguity. Additionally, some of the parameter descriptions could be clarified.

@CAM-Gerlach CAM-Gerlach added the docs Documentation in the Doc dir label Aug 1, 2022
@CAM-Gerlach CAM-Gerlach self-assigned this Aug 1, 2022
CAM-Gerlach added a commit to CAM-Gerlach/cpython that referenced this issue Aug 1, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 2, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 2, 2022
vsajip pushed a commit that referenced this issue Aug 2, 2022
erlend-aasland pushed a commit that referenced this issue Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@CAM-Gerlach and others