raspite/hass: fix logger config
This commit is contained in:
parent
11765deacd
commit
6c63ba1a00
1 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@
|
||||||
config = {
|
config = {
|
||||||
logger = {
|
logger = {
|
||||||
logs = {
|
logs = {
|
||||||
homeassistant.helpers.llm = "debug";
|
"homeassistant.helpers.llm" = "debug";
|
||||||
homeassistant.components.conversation.chat_log = "debug";
|
"homeassistant.components.conversation" = "debug";
|
||||||
homeassistant.components.openai_conversation = "debug";
|
"homeassistant.components.conversation.chat_log" = "debug";
|
||||||
|
"homeassistant.components.openai_conversation" = "debug";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
http = {
|
http = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue