Skip to content
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

logging: handlers names are not set when using fileConfig #82767

Closed
Lucas-C mannequin opened this issue Oct 24, 2019 · 2 comments
Closed

logging: handlers names are not set when using fileConfig #82767

Lucas-C mannequin opened this issue Oct 24, 2019 · 2 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@Lucas-C
Copy link
Mannequin

Lucas-C mannequin commented Oct 24, 2019

BPO 38586
Nosy @vsajip, @Lucas-C
PRs
  • bpo-38586: setting logging.Handler .name property in fileConfig #16918
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-10-31.08:07:24.630>
    created_at = <Date 2019-10-24.15:16:03.392>
    labels = ['type-feature', 'library', '3.9']
    title = 'logging: handlers names are not set when using fileConfig'
    updated_at = <Date 2019-10-31.08:07:24.629>
    user = 'https://github.com/Lucas-C'

    bugs.python.org fields:

    activity = <Date 2019-10-31.08:07:24.629>
    actor = 'vinay.sajip'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-10-31.08:07:24.630>
    closer = 'vinay.sajip'
    components = ['Library (Lib)']
    creation = <Date 2019-10-24.15:16:03.392>
    creator = 'Lucas Cimon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38586
    keywords = ['patch']
    message_count = 2.0
    messages = ['355338', '355742']
    nosy_count = 2.0
    nosy_names = ['vinay.sajip', 'Lucas Cimon']
    pr_nums = ['16918']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38586'
    versions = ['Python 3.9']

    @Lucas-C
    Copy link
    Mannequin Author

    Lucas-C mannequin commented Oct 24, 2019

    The logging.Handler .name property is not set when the logging configuration is loaded with logging.fileConfig

    @Lucas-C Lucas-C mannequin added 3.9 only security fixes stdlib Python modules in the Lib dir labels Oct 24, 2019
    @vsajip
    Copy link
    Member

    vsajip commented Oct 31, 2019

    New changeset b15100f by Vinay Sajip (Lucas Cimon) in branch 'master':
    bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
    b15100f

    @vsajip vsajip closed this as completed Oct 31, 2019
    @vsajip vsajip added the type-feature A feature request or enhancement label Oct 31, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant