2026-05-01 20:47:29,204 - main - INFO - === Logging system initialized ===
2026-05-01 20:47:29,204 - main - INFO - Log file: logs/app_20260501_204729.log
2026-05-01 20:47:29,204 - main - INFO - Log level: INFO
2026-05-01 20:47:29,204 - main - INFO - Timestamp: 20260501_204729
2026-05-01 20:47:29,267 - main - INFO - Included router: routers.admin_dashboard.router
2026-05-01 20:47:29,308 - main - INFO - Included router: routers.agent_availability.router
2026-05-01 20:47:30,308 - main - INFO - Included router: routers.ai_ticket_summary.router
2026-05-01 20:47:30,338 - main - INFO - Included router: routers.aihub.router
2026-05-01 20:47:30,355 - main - INFO - Included router: routers.auth.router
2026-05-01 20:47:30,411 - main - INFO - Included router: routers.chat_analytics_daily.router
2026-05-01 20:47:30,461 - main - INFO - Included router: routers.chat_attachments.router
2026-05-01 20:47:30,534 - main - INFO - Included router: routers.chat_branding.router
2026-05-01 20:47:30,550 - main - INFO - Included router: routers.chat_branding_api.router
2026-05-01 20:47:30,606 - main - INFO - Included router: routers.chat_conversations.router
2026-05-01 20:47:30,736 - main - INFO - Included router: routers.chat_messages.router
2026-05-01 20:47:30,803 - main - INFO - Included router: routers.chat_routing_rules.router
2026-05-01 20:47:30,837 - main - INFO - Included router: routers.contact.router
2026-05-01 20:47:30,881 - main - INFO - Included router: routers.contact_inquiries.router
2026-05-01 20:47:30,883 - main - INFO - Included router: routers.health.router
2026-05-01 20:47:30,941 - main - INFO - Included router: routers.kb_articles.router
2026-05-01 20:47:30,999 - main - INFO - Included router: routers.notification_preferences.router
2026-05-01 20:47:31,074 - main - INFO - Included router: routers.notifications.router
2026-05-01 20:47:31,078 - main - INFO - Included router: routers.notifications_extras.router
2026-05-01 20:47:31,172 - main - INFO - Included router: routers.oauth.router
2026-05-01 20:47:31,221 - main - INFO - Included router: routers.plans.router
2026-05-01 20:47:31,245 - main - INFO - Included router: routers.role_management.router
2026-05-01 20:47:31,265 - main - INFO - Included router: routers.settings.router
2026-05-01 20:47:31,303 - main - INFO - Included router: routers.site_settings.router
2026-05-01 20:47:31,337 - main - INFO - Included router: routers.smtp_settings.router
2026-05-01 20:47:31,371 - main - INFO - Included router: routers.storage.router
2026-05-01 20:47:31,580 - main - INFO - Included router: routers.support_chat.router
2026-05-01 20:47:31,617 - main - INFO - Included router: routers.support_departments.router
2026-05-01 20:47:31,660 - main - INFO - Included router: routers.support_seats.router
2026-05-01 20:47:31,666 - main - INFO - Included router: routers.ticket_notifications_sync.router
2026-05-01 20:47:31,702 - main - INFO - Included router: routers.ticket_summaries.router
2026-05-01 20:47:31,742 - main - INFO - Included router: routers.ticket_sync_states.router
2026-05-01 20:47:31,750 - main - INFO - Included router: routers.user.router
2026-05-01 20:47:31,794 - main - INFO - Included router: routers.user_profiles.router
2026-05-01 20:47:31,831 - main - INFO - Included router: routers.user_roles.router
2026-05-01 20:47:31,849 - main - INFO - Included router: routers.whmcs.router
2026-05-01 20:47:31,916 - main - INFO - Included router: routers.whmcs_admin.router
2026-05-01 20:47:31,956 - main - INFO - Included router: routers.whmcs_extra.router
2026-05-01 20:47:31,958 - main - INFO - === Application startup initiated ===
2026-05-01 20:47:31,958 - services.database - INFO - Ignore creating tables
2026-05-01 20:47:31,958 - services.mock_data - INFO - Ignore initialize data
2026-05-01 20:47:31,958 - services.auth - INFO - Ignore initialize admin
2026-05-01 20:47:31,958 - main - INFO - === Application startup completed successfully ===
2026-05-01 20:47:36,693 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:47:36,693 - core.database - WARNING - Database session maker not available, attempting lazy initialization...
2026-05-01 20:47:36,693 - core.database - WARNING - Database not initialized, attempting lazy initialization...
2026-05-01 20:47:36,693 - core.database - INFO - Starting database initialization...
2026-05-01 20:47:36,694 - core.config - DEBUG - Read dynamic attribute database_url from environment variable DATABASE_URL
2026-05-01 20:47:36,694 - core.database - INFO - Normalizing database URL for async compatibility...
2026-05-01 20:47:36,695 - core.database - INFO - Creating async database engine...
2026-05-01 20:47:36,695 - core.database - INFO - Using QueuePool with connection pooling for non-Lambda environment
2026-05-01 20:47:36,740 - core.database - INFO - Database engine created successfully
2026-05-01 20:47:36,740 - core.database - INFO - Creating async session maker...
2026-05-01 20:47:36,740 - core.database - INFO - Async session maker created successfully
2026-05-01 20:47:36,740 - core.database - INFO - Database connection initialized successfully
2026-05-01 20:47:36,740 - core.database - DEBUG - [DB_OP] Starting create_tables
2026-05-01 20:47:36,740 - core.database - INFO - 🔧 Starting table creation...
2026-05-01 20:47:39,540 - core.database - INFO - Tables initialized successfully
2026-05-01 20:47:39,540 - core.database - DEBUG - [DB_OP] Create tables completed in 2.7997s
2026-05-01 20:47:39,604 - core.database - INFO - Lazy database initialization completed successfully
2026-05-01 20:47:39,604 - core.database - DEBUG - [DB_OP] Database session created successfully in 2.9111s
2026-05-01 20:47:40,072 - core.database - DEBUG - [DB_OP] Database session cleanup after 3.3790s
2026-05-01 20:47:56,626 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:47:56,626 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:47:56,647 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:47:56,647 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:47:56,648 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:47:56,652 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 20:47:56,653 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:47:56,654 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:47:56,654 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:47:56,945 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3196s
2026-05-01 20:47:57,385 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:47:57,386 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.7322s
2026-05-01 20:47:57,408 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:47:57,408 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.7616s
2026-05-01 20:48:37,693 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:48:37,693 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:48:38,013 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3199s
2026-05-01 20:48:56,288 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:48:56,288 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:48:56,289 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:48:56,626 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:48:56,626 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:48:56,732 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:48:56,733 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4450s
2026-05-01 20:48:57,072 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4465s
2026-05-01 20:49:01,913 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:01,913 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:49:02,377 - routers.oauth - INFO - [oauth] start provider=google mode=register ip=172.20.0.64 return_to=https://99v30-99daa102ba1446f6aa2f99771f457055-preview.app.atoms.dev
2026-05-01 20:49:02,378 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4650s
2026-05-01 20:49:11,393 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:11,394 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:49:11,394 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:49:11,397 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:11,397 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:49:11,398 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 20:49:11,399 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:11,399 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 20:49:11,399 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:49:11,711 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3146s
2026-05-01 20:49:11,775 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:49:11,776 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3826s
2026-05-01 20:49:11,911 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:49:11,911 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5122s
2026-05-01 20:49:11,998 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:11,999 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:49:11,999 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:49:12,378 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:49:12,379 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3801s
2026-05-01 20:49:38,691 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:38,692 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:49:39,070 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3784s
2026-05-01 20:49:54,649 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 20:49:54,650 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:54,650 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 20:49:54,650 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:49:54,652 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:54,652 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:49:54,653 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:49:54,653 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 20:49:54,653 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:49:54,969 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3170s
2026-05-01 20:49:55,031 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:49:55,031 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3786s
2026-05-01 20:49:55,033 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:49:55,033 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3830s
2026-05-01 20:50:07,103 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:50:07,103 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:50:07,104 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:50:07,105 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:50:07,105 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 20:50:07,106 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:50:07,106 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 20:50:07,107 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:50:07,109 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 20:50:07,421 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3159s
2026-05-01 20:50:07,485 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:50:07,486 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3829s
2026-05-01 20:50:07,494 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:50:07,495 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3885s
2026-05-01 20:50:39,697 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:50:39,698 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:50:40,014 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3167s
2026-05-01 20:51:07,115 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:51:07,116 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:51:07,436 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3211s
2026-05-01 20:51:17,457 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 20:51:17,461 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:51:17,461 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:51:17,461 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:51:17,464 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:51:17,465 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:51:17,465 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 20:51:17,523 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:51:17,524 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:51:17,930 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4067s
2026-05-01 20:51:17,992 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:51:17,993 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5286s
2026-05-01 20:51:17,994 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 20:51:17,995 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5339s
2026-05-01 20:51:40,685 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:51:40,686 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:51:41,002 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3166s
2026-05-01 20:52:07,695 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:52:07,696 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:52:08,012 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3171s
2026-05-01 20:52:17,468 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:52:17,469 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:52:17,801 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3328s
2026-05-01 20:52:41,684 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:52:41,685 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:52:42,002 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3178s
2026-05-01 20:53:07,694 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:53:07,695 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:53:08,011 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3174s
2026-05-01 20:53:17,458 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:53:17,458 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:53:17,907 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4489s
2026-05-01 20:53:42,691 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:53:42,691 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:53:43,009 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3183s
2026-05-01 20:54:07,699 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:54:07,700 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 20:54:08,141 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4418s
2026-05-01 20:54:17,461 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:54:17,462 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:54:17,781 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3199s
2026-05-01 20:54:43,707 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:54:43,708 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:54:44,150 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4424s
2026-05-01 20:55:07,696 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:55:07,697 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:55:08,015 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3187s
2026-05-01 20:55:17,694 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:55:17,694 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:55:18,014 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3204s
2026-05-01 20:55:44,694 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:55:44,694 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:55:45,019 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3248s
2026-05-01 20:56:07,689 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:56:07,689 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:56:08,009 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3202s
2026-05-01 20:56:17,686 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:56:17,687 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0007s
2026-05-01 20:56:18,007 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3213s
2026-05-01 20:56:45,685 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:56:45,686 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0007s
2026-05-01 20:56:46,006 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3203s
2026-05-01 20:57:15,694 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:57:15,695 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0008s
2026-05-01 20:57:16,014 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3195s
2026-05-01 20:57:17,464 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:57:17,465 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:57:17,790 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3256s
2026-05-01 20:57:46,922 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:57:46,922 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 20:57:47,239 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3173s
2026-05-01 20:58:15,699 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:58:15,699 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:58:16,021 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3219s
2026-05-01 20:58:17,480 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:58:17,481 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 20:58:17,801 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3207s
2026-05-01 20:58:47,691 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:58:47,691 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:58:48,020 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3288s
2026-05-01 20:59:07,123 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:59:07,123 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0007s
2026-05-01 20:59:07,442 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3194s
2026-05-01 20:59:17,690 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:59:17,691 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:59:18,146 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4554s
2026-05-01 20:59:48,698 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 20:59:48,699 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 20:59:49,151 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4534s
2026-05-01 21:00:07,122 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:00:07,123 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:00:07,566 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4440s
2026-05-01 21:00:18,694 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:00:18,695 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:00:19,015 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3209s
2026-05-01 21:00:49,696 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:00:49,696 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:00:50,014 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3189s
2026-05-01 21:01:07,121 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:01:07,122 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:01:07,441 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3201s
2026-05-01 21:01:19,733 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:01:19,734 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0011s
2026-05-01 21:01:20,056 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3231s
2026-05-01 21:01:50,693 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:01:50,694 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:01:51,011 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3174s
2026-05-01 21:02:07,123 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:02:07,123 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0007s
2026-05-01 21:02:07,440 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3171s
2026-05-01 21:02:20,690 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:02:20,691 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:02:21,011 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3207s
2026-05-01 21:02:51,704 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:02:51,704 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:02:52,021 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3170s
2026-05-01 21:03:07,155 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:03:07,155 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:03:07,473 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3189s
2026-05-01 21:03:21,695 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:03:21,695 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0008s
2026-05-01 21:03:22,016 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3209s
2026-05-01 21:03:52,925 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:03:52,926 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:03:53,243 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3174s
2026-05-01 21:04:07,134 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:04:07,134 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:04:07,450 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3165s
2026-05-01 21:04:22,702 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:04:22,703 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:04:23,150 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4483s
2026-05-01 21:04:53,714 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:04:53,714 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:04:54,157 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4439s
2026-05-01 21:05:07,137 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:05:07,137 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:05:07,456 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3199s
2026-05-01 21:05:23,695 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:05:23,695 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 21:05:24,016 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3211s
2026-05-01 21:05:54,686 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:05:54,687 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0006s
2026-05-01 21:05:55,008 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3222s
2026-05-01 21:06:07,132 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:06:07,133 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0007s
2026-05-01 21:06:07,574 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.4420s
2026-05-01 21:06:24,704 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:06:24,705 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:06:25,024 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3202s
2026-05-01 21:06:55,707 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:06:55,707 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:06:56,023 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3167s
2026-05-01 21:07:07,850 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:07:07,851 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:07:08,166 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3160s
2026-05-01 21:07:25,700 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:07:25,701 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 21:07:26,022 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3216s
2026-05-01 21:07:56,700 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:07:56,700 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:07:57,016 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3167s
2026-05-01 21:08:17,093 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:08:17,093 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:08:17,411 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3181s
2026-05-01 21:08:26,706 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:08:26,706 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:08:27,025 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3191s
2026-05-01 21:08:40,102 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:08:40,103 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:08:40,420 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3172s
2026-05-01 21:09:21,253 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:09:21,253 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-05-01 21:09:21,571 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3186s
2026-05-01 21:09:22,583 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:09:22,583 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 21:09:22,906 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3233s
2026-05-01 21:09:27,703 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:09:27,703 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:09:28,027 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3243s
2026-05-01 21:10:20,318 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:10:20,319 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:10:20,323 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-05-01 21:10:20,324 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:10:20,324 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 21:10:20,325 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"branding"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 21:10:20,326 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:10:20,326 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-05-01 21:10:20,326 - routers.site_settings - DEBUG - Querying site_settingss: query={"key":"general"}, sort=None, skip=0, limit=1, fields=None
2026-05-01 21:10:20,642 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3234s
2026-05-01 21:10:20,834 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 21:10:20,834 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5082s
2026-05-01 21:10:20,835 - routers.site_settings - DEBUG - Found 0 site_settingss
2026-05-01 21:10:20,835 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5111s
2026-05-01 21:10:21,255 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:10:21,256 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0003s
2026-05-01 21:10:21,574 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3181s
2026-05-01 21:10:28,713 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-05-01 21:10:28,713 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-05-01 21:10:29,031 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3183s
2026-05-01 21:10:39,787 - services.database - DEBUG - [DB_OP] Starting database close
2026-05-01 21:10:39,986 - core.database - INFO - Database connection closed and engine disposed
2026-05-01 21:10:39,986 - services.database - INFO - Database connections closed
2026-05-01 21:10:39,986 - services.database - DEBUG - [DB_OP] Database close completed in 0.1986s
