mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
chore: add extra log
This commit is contained in:
parent
6b678186a2
commit
b57e808198
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue