Skip to main content

Logs

A live, filterable stream of application log events.

Entries / min 1.2K
Info 11 (73%)
Warnings 2
Errors 2

Application log

Streaming events across HTTP, queue, billing and database channels.

laravel.log Live
  • 12:04:51 INFO http GET /api/v1/projects completed in 84ms
    {
        "status": 200,
        "ip": "203.0.113.24",
        "region": "us-east"
    }
  • 12:04:50 INFO queue Processed job App\Jobs\SendInvoice
    {
        "queue": "default",
        "connection": "redis",
        "attempt": 1,
        "duration_ms": 142
    }
  • 12:04:49 DEBUG cache Cache hit for key projects.index.page.1
  • 12:04:47 WARN auth Throttled login attempt for user 8821
    {
        "ip": "198.51.100.62",
        "attempts": 5,
        "lockout_seconds": 60
    }
  • 12:04:45 INFO http DELETE /api/v1/sessions/abc completed in 73ms
    {
        "status": 204,
        "ip": "192.0.2.41"
    }
  • 12:04:44 NOTICE billing Subscription renewed for workspace harbour-labs
    {
        "plan": "team",
        "amount": "$49.00",
        "invoice": "in_1Q9z"
    }
  • 12:04:44 ERROR payments Stripe charge failed: card_declined
    Stripe\Exception\CardException: Your card was declined.
        at App\Services\Billing\StripeGateway->charge()
        in app/Services/Billing/StripeGateway.php:118
  • 12:04:42 DEBUG http PUT /api/v1/projects/14 completed in 118ms
    {
        "status": 200,
        "ip": "192.0.2.88"
    }
  • 12:04:41 WARN http Rate limit reached for /api/v1/search
    {
        "status": 429,
        "ip": "198.51.100.21",
        "limit": "60/min"
    }
  • 12:04:39 INFO mail Sent password reset email to ada@example.com
  • 12:04:36 CRIT database Connection to primary database lost, failing over to replica
    PDOException: SQLSTATE[HY000] [2002] Connection refused
        at Illuminate\Database\Connectors\Connector->createPdoConnection()
        host: db-primary.internal:5432
  • 12:04:33 INFO queue Processed job App\Jobs\GenerateReport
    {
        "queue": "reports",
        "duration_ms": 2310
    }
  • 12:04:31 DEBUG cache Cache miss for key dashboard.metrics, recomputing
  • 12:04:28 INFO http POST /api/v1/events completed in 61ms
    {
        "status": 201,
        "ip": "203.0.113.77"
    }
  • 12:04:24 NOTICE scheduler Scheduled command backup:run finished
    {
        "duration_ms": 4820,
        "size": "128 MB"
    }
No log entries match the current filters.
Showing 15 of 15 entries 4 need attention