Revert back to log_trace.
This commit is contained in:
parent
d129c16c1b
commit
6f4b832263
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class GlobalScriptContainer(Container):
|
||||||
typeclass = data.get("typeclass", settings.BASE_SCRIPT_TYPECLASS)
|
typeclass = data.get("typeclass", settings.BASE_SCRIPT_TYPECLASS)
|
||||||
self.typeclass_storage[key] = class_from_module(typeclass)
|
self.typeclass_storage[key] = class_from_module(typeclass)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.log_err(
|
logger.log_trace(
|
||||||
f"GlobalScriptContainer could not start import global script {key}. "
|
f"GlobalScriptContainer could not start import global script {key}. "
|
||||||
"It will be removed (skipped)."
|
"It will be removed (skipped)."
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue