2026-04-28 08:52:38,124 - main - INFO - === Logging system initialized ===
2026-04-28 08:52:38,124 - main - INFO - Log file: logs/app_20260428_085238.log
2026-04-28 08:52:38,125 - main - INFO - Log level: INFO
2026-04-28 08:52:38,125 - main - INFO - Timestamp: 20260428_085238
2026-04-28 08:52:38,840 - main - INFO - Included router: routers.aihub.router
2026-04-28 08:52:38,856 - main - INFO - Included router: routers.auth.router
2026-04-28 08:52:38,858 - main - INFO - Included router: routers.health.router
2026-04-28 08:52:38,876 - main - INFO - Included router: routers.settings.router
2026-04-28 08:52:38,907 - main - INFO - Included router: routers.storage.router
2026-04-28 08:52:38,914 - main - INFO - Included router: routers.user.router
2026-04-28 08:52:38,952 - main - INFO - Included router: routers.user_profiles.router
2026-04-28 08:52:38,953 - main - INFO - === Application startup initiated ===
2026-04-28 08:52:38,954 - services.database - INFO - Ignore creating tables
2026-04-28 08:52:38,954 - services.mock_data - INFO - Ignore initialize data
2026-04-28 08:52:38,954 - services.auth - INFO - Ignore initialize admin
2026-04-28 08:52:38,954 - main - INFO - === Application startup completed successfully ===
2026-04-28 08:52:44,348 - core.config - DEBUG - Read dynamic attribute jwt_secret_key from environment variable JWT_SECRET_KEY
2026-04-28 08:52:44,348 - core.config - DEBUG - Read dynamic attribute jwt_algorithm from environment variable JWT_ALGORITHM
2026-04-28 08:52:44,357 - core.auth - DEBUG - Authentication token validated for user hash: 4f820a44
2026-04-28 08:52:44,638 - core.auth - DEBUG - Authentication token validated for user hash: 4f820a44
2026-04-28 08:52:44,638 - core.config - DEBUG - Read dynamic attribute oss_service_url from environment variable OSS_SERVICE_URL
2026-04-28 08:52:44,638 - core.config - DEBUG - Read dynamic attribute oss_api_key from environment variable OSS_API_KEY
2026-04-28 08:52:44,705 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-28 08:52:44,712 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7efebbc2a080>
2026-04-28 08:52:44,712 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7efebc587f40> server_hostname='atoms.dev' timeout=120.0
2026-04-28 08:52:44,736 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7efebbc29de0>
2026-04-28 08:52:44,736 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-28 08:52:44,737 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-28 08:52:44,737 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-28 08:52:44,737 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-28 08:52:44,737 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-28 08:52:45,047 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Tue, 28 Apr 2026 15:52:45 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'ee419c50fa48d57337b19a800fbab089'), (b'X-Trace-Id', b'4e71c448d2624c8f8dfa41f98a2368f7'), (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'9f373c5fad4b5d5c-LAX')])
2026-04-28 08:52:45,048 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-28 08:52:45,048 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-28 08:52:45,049 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-28 08:52:45,049 - httpcore.http11 - DEBUG - response_closed.started
2026-04-28 08:52:45,049 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-28 08:52:45,049 - httpcore.connection - DEBUG - close.started
2026-04-28 08:52:45,049 - httpcore.connection - DEBUG - close.complete
2026-04-28 08:53:39,231 - dependencies.auth - DEBUG - Authentication required for request GET /api/v1/auth/me
2026-04-28 08:53:40,080 - core.auth - DEBUG - Authentication token validated for user hash: 4f820a44
2026-04-28 08:53:40,365 - core.auth - DEBUG - Authentication token validated for user hash: 4f820a44
2026-04-28 08:53:40,389 - httpcore.connection - DEBUG - connect_tcp.started host='atoms.dev' port=443 local_address=None timeout=120.0 socket_options=None
2026-04-28 08:53:40,395 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7efebbc2baf0>
2026-04-28 08:53:40,395 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7efebc5874c0> server_hostname='atoms.dev' timeout=120.0
2026-04-28 08:53:40,405 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7efebbc2b850>
2026-04-28 08:53:40,406 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2026-04-28 08:53:40,406 - httpcore.http11 - DEBUG - send_request_headers.complete
2026-04-28 08:53:40,406 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
2026-04-28 08:53:40,406 - httpcore.http11 - DEBUG - send_request_body.complete
2026-04-28 08:53:40,406 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2026-04-28 08:53:40,862 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Tue, 28 Apr 2026 15:53:40 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'4560a55cc38c228da5c9584331ca7654'), (b'X-Trace-Id', b'532e8343b33347c180ba7d6afaf5127a'), (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'9f373dbb9f68c213-LAX')])
2026-04-28 08:53:40,862 - httpx - INFO - HTTP Request: GET https://atoms.dev/api/v1/infra/client/oss/buckets/user-avatars/objects "HTTP/1.1 200 OK"
2026-04-28 08:53:40,862 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2026-04-28 08:53:40,863 - httpcore.http11 - DEBUG - receive_response_body.complete
2026-04-28 08:53:40,863 - httpcore.http11 - DEBUG - response_closed.started
2026-04-28 08:53:40,863 - httpcore.http11 - DEBUG - response_closed.complete
2026-04-28 08:53:40,863 - httpcore.connection - DEBUG - close.started
2026-04-28 08:53:40,864 - httpcore.connection - DEBUG - close.complete
2026-04-28 08:53:51,660 - services.database - DEBUG - [DB_OP] Starting database close
2026-04-28 08:53:51,661 - services.database - INFO - Database connections closed
2026-04-28 08:53:51,661 - services.database - DEBUG - [DB_OP] Database close completed in 0.0009s
