mikalv / logflare

Tail -f your Cloudflare logs!

Home Page:https://logflare.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logflare

About

Stream logs to a central service and tail them in your browser.

Logflare Example Gif

Sign up at https://logflare.app.

For Cloudflare

Install the Cloudflare App.

Install Logflare with Cloudflare

For log files

See the logflare-agent repo to send over logs from files. It's an elixir app that watches or multiple files and sends over any new lines it finds via an API call.

Learn more

Self hosted

Make sure Erlang, Elixir and Postgres are installed. Clone the repo then start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

Tail -f your Cloudflare logs!

https://logflare.app

License:Other


Languages

Language:Elixir 70.5%Language:HTML 16.5%Language:CSS 10.3%Language:JavaScript 2.5%Language:Shell 0.2%Language:Dockerfile 0.1%