2021-03-24 16:56:22 +00:00
|
|
|
"""Shared constants for script and automation tracing and debugging."""
|
2021-03-22 18:19:38 +00:00
|
|
|
|
2021-04-27 17:27:12 +00:00
|
|
|
CONF_STORED_TRACES = "stored_traces"
|
2021-03-22 18:19:38 +00:00
|
|
|
DATA_TRACE = "trace"
|
2021-04-27 17:27:12 +00:00
|
|
|
DEFAULT_STORED_TRACES = 5 # Stored traces per script or automation
|