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

assistant_helpers.py logs to root #456

Open
Lx opened this issue Apr 8, 2023 · 0 comments
Open

assistant_helpers.py logs to root #456

Lx opened this issue Apr 8, 2023 · 0 comments

Comments

@Lx
Copy link

Lx commented Apr 8, 2023

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__).…?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant