2026-04-30 07:06:46,232 - main - INFO - === Logging system initialized ===
2026-04-30 07:06:46,233 - main - INFO - Log file: logs/app_20260430_070646.log
2026-04-30 07:06:46,233 - main - INFO - Log level: INFO
2026-04-30 07:06:46,233 - main - INFO - Timestamp: 20260430_070646
2026-04-30 07:06:46,307 - main - INFO - Included router: routers.agent_availability.router
2026-04-30 07:06:47,191 - main - INFO - Included router: routers.ai_ticket_summary.router
2026-04-30 07:06:47,216 - main - INFO - Included router: routers.aihub.router
2026-04-30 07:06:47,231 - main - INFO - Included router: routers.auth.router
2026-04-30 07:06:47,283 - main - INFO - Included router: routers.chat_analytics_daily.router
2026-04-30 07:06:47,344 - main - INFO - Included router: routers.chat_attachments.router
2026-04-30 07:06:47,418 - main - INFO - Included router: routers.chat_branding.router
2026-04-30 07:06:47,431 - main - INFO - Included router: routers.chat_branding_api.router
2026-04-30 07:06:47,484 - main - INFO - Included router: routers.chat_conversations.router
2026-04-30 07:06:47,528 - main - INFO - Included router: routers.chat_messages.router
2026-04-30 07:06:47,674 - main - INFO - Included router: routers.chat_routing_rules.router
2026-04-30 07:06:47,712 - main - INFO - Included router: routers.contact.router
2026-04-30 07:06:47,713 - main - INFO - Included router: routers.health.router
2026-04-30 07:06:47,755 - main - INFO - Included router: routers.kb_articles.router
2026-04-30 07:06:47,799 - main - INFO - Included router: routers.notification_preferences.router
2026-04-30 07:06:47,847 - main - INFO - Included router: routers.notifications.router
2026-04-30 07:06:47,894 - main - INFO - Included router: routers.plans.router
2026-04-30 07:06:47,913 - main - INFO - Included router: routers.settings.router
2026-04-30 07:06:47,944 - main - INFO - Included router: routers.smtp_settings.router
2026-04-30 07:06:47,976 - main - INFO - Included router: routers.storage.router
2026-04-30 07:06:48,077 - main - INFO - Included router: routers.support_chat.router
2026-04-30 07:06:48,113 - main - INFO - Included router: routers.support_departments.router
2026-04-30 07:06:48,151 - main - INFO - Included router: routers.support_seats.router
2026-04-30 07:06:48,159 - main - INFO - Included router: routers.ticket_notifications_sync.router
2026-04-30 07:06:48,337 - main - INFO - Included router: routers.ticket_summaries.router
2026-04-30 07:06:48,373 - main - INFO - Included router: routers.ticket_sync_states.router
2026-04-30 07:06:48,380 - main - INFO - Included router: routers.user.router
2026-04-30 07:06:48,429 - main - INFO - Included router: routers.user_profiles.router
2026-04-30 07:06:48,520 - main - INFO - Included router: routers.whmcs.router
2026-04-30 07:06:48,594 - main - INFO - Included router: routers.whmcs_admin.router
2026-04-30 07:06:48,634 - main - INFO - Included router: routers.whmcs_extra.router
2026-04-30 07:06:48,635 - main - INFO - === Application startup initiated ===
2026-04-30 07:06:48,635 - services.database - INFO - Ignore creating tables
2026-04-30 07:06:48,636 - services.mock_data - INFO - Ignore initialize data
2026-04-30 07:06:48,636 - services.auth - INFO - Ignore initialize admin
2026-04-30 07:06:48,636 - main - INFO - === Application startup completed successfully ===
2026-04-30 07:06:56,036 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:06:56,036 - core.database - WARNING - Database session maker not available, attempting lazy initialization...
2026-04-30 07:06:56,036 - core.database - WARNING - Database not initialized, attempting lazy initialization...
2026-04-30 07:06:56,037 - core.database - INFO - Starting database initialization...
2026-04-30 07:06:56,037 - core.config - DEBUG - Read dynamic attribute database_url from environment variable DATABASE_URL
2026-04-30 07:06:56,037 - core.database - INFO - Normalizing database URL for async compatibility...
2026-04-30 07:06:56,037 - core.database - INFO - Creating async database engine...
2026-04-30 07:06:56,038 - core.database - INFO - Using QueuePool with connection pooling for non-Lambda environment
2026-04-30 07:06:56,088 - core.database - INFO - Database engine created successfully
2026-04-30 07:06:56,088 - core.database - INFO - Creating async session maker...
2026-04-30 07:06:56,088 - core.database - INFO - Async session maker created successfully
2026-04-30 07:06:56,089 - core.database - INFO - Database connection initialized successfully
2026-04-30 07:06:56,089 - core.database - DEBUG - [DB_OP] Starting create_tables
2026-04-30 07:06:56,089 - core.database - INFO - 🔧 Starting table creation...
2026-04-30 07:06:58,559 - core.database - INFO - Tables initialized successfully
2026-04-30 07:06:58,559 - core.database - DEBUG - [DB_OP] Create tables completed in 2.4704s
2026-04-30 07:06:58,623 - core.database - INFO - Lazy database initialization completed successfully
2026-04-30 07:06:58,623 - core.database - DEBUG - [DB_OP] Database session created successfully in 2.5872s
2026-04-30 07:06:59,088 - core.database - DEBUG - [DB_OP] Database session cleanup after 3.0516s
2026-04-30 07:07:19,580 - core.config - DEBUG - Read dynamic attribute jwt_secret_key from environment variable JWT_SECRET_KEY
2026-04-30 07:07:19,581 - core.config - DEBUG - Read dynamic attribute jwt_algorithm from environment variable JWT_ALGORITHM
2026-04-30 07:07:19,591 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:07:19,591 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:07:19,591 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:07:19,592 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:07:20,098 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:07:20,098 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.5069s
2026-04-30 07:07:54,559 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:07:54,559 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:07:54,876 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3170s
2026-04-30 07:08:04,545 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:08:04,546 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:08:04,546 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:08:04,546 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:08:04,924 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:08:04,925 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3792s
2026-04-30 07:09:12,578 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:09:12,578 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:09:12,578 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0002s
2026-04-30 07:09:12,579 - routers.notifications - DEBUG - Querying notificationss: query=None, sort=None, skip=0, limit=30, fields=None
2026-04-30 07:09:12,957 - routers.notifications - DEBUG - Found 0 notificationss
2026-04-30 07:09:12,957 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3791s
2026-04-30 07:09:13,707 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:09:13,707 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0004s
2026-04-30 07:09:14,024 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3166s
2026-04-30 07:09:35,328 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:09:35,328 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-04-30 07:09:35,331 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-04-30 07:09:35,642 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3144s
2026-04-30 07:10:06,473 - core.database - DEBUG - [DB_OP] Starting get_db session creation
2026-04-30 07:10:06,473 - core.database - DEBUG - [DB_OP] Database session created successfully in 0.0005s
2026-04-30 07:10:06,476 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:10:06,720 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:10:06,789 - core.database - DEBUG - [DB_OP] Database session cleanup after 0.3165s
2026-04-30 07:10:07,286 - core.auth - DEBUG - Authentication token validated for user hash: 8c5e6440
2026-04-30 07:10:07,286 - core.config - DEBUG - Read dynamic attribute oss_service_url from environment variable OSS_SERVICE_URL
2026-04-30 07:10:07,286 - core.config - DEBUG - Read dynamic attribute oss_api_key from environment variable OSS_API_KEY
2026-04-30 07:10:07,373 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-30 07:10:07,434 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7f96832af250>
2026-04-30 07:10:07,435 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7f96831cba40> server_hostname='atoms.dev' timeout=120.0
2026-04-30 07:10:07,441 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7f96832aefb0>
2026-04-30 07:10:07,442 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-30 07:10:07,442 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-30 07:10:07,442 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-30 07:10:07,443 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-30 07:10:07,443 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-30 07:10:07,637 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 30 Apr 2026 14:10:07 GMT'), (b'Content-Type', b'application/json; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Access-Control-Allow-Headers', b'Origin, Content-Type, Accept, Authorization'), (b'Access-Control-Allow-Methods', b'GET, POST, PUT, DELETE, OPTIONS'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Max-Age', b'86400'), (b'X-Request-Id', b'3afedde7b372b07db36d852201440430'), (b'X-Trace-Id', b'0af85cb7df3a497aa9bbdb72bb942fec'), (b'Content-Security-Policy', b"frame-ancestors 'self' https://atoms.dev"), (b'Strict-Transport-Security', b'max-age=63072000; includeSubDomains; preload'), (b'X-Content-Type-Options', b'nosniff'), (b'X-XSS-Protection', b'1; mode=block'), (b'Referrer-Policy', b'strict-origin-when-cross-origin'), (b'cf-cache-status', b'DYNAMIC'), (b'Content-Encoding', b'gzip'), (b'Server', b'cloudflare'), (b'CF-RAY', b'9f4720cc89844f1a-LAX')])
2026-04-30 07:10:07,638 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-30 07:10:07,638 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-30 07:10:07,638 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-30 07:10:07,639 - httpcore.http11 - DEBUG - response_closed.started
2026-04-30 07:10:07,639 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-30 07:10:07,639 - httpcore.connection - DEBUG - close.started
2026-04-30 07:10:07,639 - httpcore.connection - DEBUG - close.complete
2026-04-30 07:10:50,387 - services.database - DEBUG - [DB_OP] Starting database close
2026-04-30 07:10:50,453 - core.database - INFO - Database connection closed and engine disposed
2026-04-30 07:10:50,453 - services.database - INFO - Database connections closed
2026-04-30 07:10:50,454 - services.database - DEBUG - [DB_OP] Database close completed in 0.0669s
