mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
chore: add extra log
This commit is contained in:
parent
6b678186a2
commit
b57e808198
@ -137,7 +137,8 @@ async def check_installed_extensions(app: FastAPI):
|
||||
if not installed:
|
||||
await restore_installed_extension(app, ext)
|
||||
logger.info(f"✔️ Successfully re-installed extension: {ext.id}")
|
||||
except:
|
||||
except Exception as e:
|
||||
logger.warning(e)
|
||||
logger.warning(f"Failed to re-install extension: {ext.id}")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user