Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 628 Bytes

Logg.ng App for Cloudflare

Install from the Cloudflare app store.

Install Logg.ng with Cloudflare

Cloudflare Worker

If you don't want to use the Cloudflare app or you want to customize how logs are sent from Cloudlfare to Logg.ng see ./workers/worker.js and add a custom worker to your Cloudflare account.

Dev Setup

Install the dependencies with yarn install then build the project with yarn build (or npm run build).