It is possible to safely and securely log from web browser clients to the Logentries service without exposing your log's token ids. This repository shows one way to accomplish that task by using a Node server as a proxy between the client and Logentries.
- Node 0.10+
- Logentries Log token
- Clone the repository locally
- Enter the directory
- Run
npm install
- Replace the fake token in token.json with your own.
- Run
node server.js
- Open your browser to http://localhost:3000
- Practice sending a log entry from the client via the UI to your logentries account.