mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Do not log about loading auth module, it creates tricky issue when manually launching yunohost APIs to debug them
This commit is contained in:
parent
d53dfc2997
commit
976aac0d05
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ class ActionsMap:
|
||||||
|
|
||||||
# Load and initialize the authenticator module
|
# Load and initialize the authenticator module
|
||||||
auth_module = f"{self.namespace}.authenticators.{auth_method}"
|
auth_module = f"{self.namespace}.authenticators.{auth_method}"
|
||||||
logger.debug(f"Loading auth module {auth_module}")
|
#logger.debug(f"Loading auth module {auth_module}")
|
||||||
try:
|
try:
|
||||||
mod = import_module(auth_module)
|
mod = import_module(auth_module)
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue