-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.log
More file actions
18 lines (16 loc) · 958 Bytes
/
Copy pathapp.log
File metadata and controls
18 lines (16 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[2025-08-28 16:05:12,452] ERROR [database.connection] - Failed to connect to database
Traceback (most recent call last):
File "/app/db/connection.py", line 42, in connect
conn = psycopg2.connect(**config)
psycopg2.OperationalError: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
[2025-08-28 16:07:03,981] WARNING [api.request] - Timeout while calling external API (endpoint=/payments)
[2025-08-28 16:07:04,112] ERROR [app.handlers.payment] - Payment processing failed for order_id=12345
Traceback (most recent call last):
File "/app/handlers/payment.py", line 88, in process_payment
result = gateway.charge(order)
File "/app/gateway/stripe.py", line 57, in charge
raise ValueError("Invalid credit card details")
ValueError: Invalid credit card details
[2025-08-28 16:09:55,732] CRITICAL [system.core] - Out of memory: shutting down process