How can i increase the amount of traces for assist?

Hi everyone,

i’m using more and more the voice assistant and the amount of stored traces is just too low.
Is it possible to increase this somewhere? (the traces seeing in “Debug assistant”)
In automation i can add a configuration line. But here i couldn’t find a setting.

Cheers,
Mika

Are you looking at the raw debug log? There’s quite a lot of detail there.

stage: done
run:
  pipeline: 01h0amejr3nf5059gavrx5jm7g
  language: en
  conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
  runner_data:
    stt_binary_handler_id: null
    timeout: 300
events:
  - type: run-start
    data:
      pipeline: 01h0amejr3nf5059gavrx5jm7g
      language: en
      conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
      runner_data:
        stt_binary_handler_id: null
        timeout: 300
    timestamp: "2025-12-12T14:40:52.764799+00:00"
  - type: intent-start
    data:
      engine: conversation.home_assistant
      language: en
      intent_input: Getting rid of small
      conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
      device_id: null
      satellite_id: null
      prefer_local_intents: true
    timestamp: "2025-12-12T14:40:52.764830+00:00"
  - type: intent-end
    data:
      processed_locally: true
      intent_output:
        response:
          speech:
            plain:
              speech: No area named small
              extra_data: null
          card: {}
          language: en
          response_type: error
          data:
            code: no_valid_targets
        conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
        continue_conversation: false
    timestamp: "2025-12-12T14:40:52.849529+00:00"
  - type: run-end
    data: null
    timestamp: "2025-12-12T14:40:52.849579+00:00"
started: 2025-12-12T14:40:52.764Z
intent:
  engine: conversation.home_assistant
  language: en
  intent_input: Getting rid of small
  conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
  device_id: null
  satellite_id: null
  prefer_local_intents: true
  done: true
  processed_locally: true
  intent_output:
    response:
      speech:
        plain:
          speech: No area named small
          extra_data: null
      card: {}
      language: en
      response_type: error
      data:
        code: no_valid_targets
    conversation_id: 01KC9G3W0P3GB0TX40AKCAKY6G
    continue_conversation: false
finished: 2025-12-12T14:40:52.849Z

Hi Jack,

what i’ve meant is that i need more number of stored log instances.
The individual logs are fine. I just need more of them.
Example: i’ve triggered 100 times my Voice Assistant the past week. I would like to see 20-30 past log instances (from 100).

Cheers,
Mika