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