Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

assistant_helpers.py logs to root #456

Open
@Lx

Description

@Lx

Functions in assistant_helpers.py log directly to the root logger:

logging.debug('AssistRequest: audio_in (%d bytes)',

logging.debug('AssistResponse: %s audio_data (%d bytes)',

logging.debug('AssistResponse: audio_data (%d bytes)',

Could these please be changed to the recommended logging.getLogger(__name__).…?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions