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 = {
|
config = {
|
||||||
logger = {
|
logger = {
|
||||||
logs = {
|
logs = {
|
||||||
homeassistant.helpers.llm = "debug";
|
homeassistant.helpers.llm = "DEBUG";
|
||||||
homeassistant.components.conversation.chat_log = "debug";
|
homeassistant.components.conversation.chat_log = "DEBUG";
|
||||||
homeassistant.components.openai_conversation = "debug";
|
homeassistant.components.openai_conversation = "DEBUG";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
http = {
|
http = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue