Your logs, finally worth reading.

Stream every log line from your app into a fast, searchable UI. Filter by level, search messages, and inspect structured context instead of tailing a file.

config/logging.php
// config/logging.php
'channels' => [
  'loghq' => ['driver' => 'loghq'],
  'stack' => ['channels' => ['single', 'loghq']],
]

// then log as you already do
Log::info('order placed', ['order_id' => 42])
Log::warning('inventory low', ['sku' => 'ABC-1'])

// every line streams to loghq: searchable, filterable, live

From scattered log files to one live stream.

Live in three steps.

01

Install

Add the loghq log channel to your app. One line in your logging config wires up the stream.

02

Log

Keep logging exactly as you do today. Every Log call is shipped to loghq in the background.

03

Stream

Watch lines land live, filter by level and time, search messages, and inspect structured context.

Open source, and yours to run. Host loghq on your own Postgres so sensitive log data never leaves your infrastructure, or start on the hosted tier in a minute.

Read about self-hosting

Stop tailing log files.

Not ready to sign up?

Leave an address and we will send a note when loghq is ready. No newsletter, no drip sequence.