Update src/main.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e7bc94c8ee
commit
3e5d2474ff
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ async def initialize_services():
|
|||
if migration_results:
|
||||
logger.info("File migration completed", results=migration_results)
|
||||
except Exception as e:
|
||||
logger.warning(f"Migration failed, continuing with startup: {e}")
|
||||
logger.warning(f"Migration failed, some files may still be in legacy locations. Consider manual migration. Error: {e}")
|
||||
|
||||
# Generate JWT keys if they don't exist
|
||||
generate_jwt_keys()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue