Increase # runs kept?

How do I increase this so it keeps more then the last 5 runs?

Any ideas?

I found this but haven’t tried it:

Related Pull Request:

I had not seen the mechanism for accessing the traces like JJ10 shows above. Explains why I’ve found the stored traces many times do not to work from the logbook for me.

The traces stored from the Automations tab in the Configuration page shows it storing traces of automations that both were and weren’t triggered due to the conditions not being met. I assume it would only store the successful executions not the failed ones. I’ve got automations that run based on every motion event in my house (so can be every few seconds), and only pass under very specific conditions (occurs maybe every few minutes). Explains why stored_traces = 10 would result in the successful execution being quickly deleted, as the failed ones are quickly replacing it and when I go and try and check the trace of a successful execution just minutes after execution, I get trace not found.