mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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)
|
||||
self.typeclass_storage[key] = class_from_module(typeclass)
|
||||
except Exception:
|
||||
logger.log_err(
|
||||
logger.log_trace(
|
||||
f"GlobalScriptContainer could not start import global script {key}. "
|
||||
"It will be removed (skipped)."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue