--- title: Logs page-header: Logs page-menu: extra.logs layout: default permalink: logs.html ---

Checked URL

GET {{ site.previewUrl }}

Request Timing

Effective URL            {{ site.previewUrl }}
Redirect count           0
Name lookup time         3.4e-05
Connect time             0.000521
Pre-transfer time        0.0
Start-transfer time      0.0
App connect time         0.0
Redirect time            0.0
Total time               28.000601
Response code            0
Return keyword           operation_timedout

Response Headers

HTTP/1.1 200 Connection established

Application Log

2024-01-15 14:23:45 [INFO] Application started successfully
2024-01-15 14:23:46 [DEBUG] Database connection established
2024-01-15 14:23:47 [INFO] User authentication successful: user_id=12345
2024-01-15 14:23:48 [WARNING] Rate limit approaching: 85% of quota used
2024-01-15 14:23:49 [ERROR] Failed to process payment: transaction_id=tx_789
2024-01-15 14:23:50 [INFO] Cache cleared: keys=1523
2024-01-15 14:23:51 [DEBUG] API request completed: endpoint=/api/users, duration=234ms

Log Levels

{% include "ui/badge.html" text="INFO" color="success" %} {% include "ui/badge.html" text="WARNING" color="warning" %} {% include "ui/badge.html" text="ERROR" color="disabled" %} {% include "ui/badge.html" text="DEBUG" color="disabled" %}