Closed
Description
I find myself using the following pattern to make it easier to grep through logs to see if the script has been loaded:
@time_trigger
def run_on_startup_or_reload():
log.info(f"Loading {__name__}")
It would be great if the "core" would do that on my behalf to avoid code duplication. I have a locally added info-level message under __init__.load_scripts
, but I'm not sure if that's really the correct place to add such. Ideas/opinions?
Metadata
Metadata
Assignees
Labels
No labels