Update src/main.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Eric Hare 2025-12-12 08:29:07 -08:00 committed by GitHub
parent e7bc94c8ee
commit 3e5d2474ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()