All Projects → berzniz → Now Logs

berzniz / Now Logs

realtime logging for now - https://logs.now.sh

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Now Logs

now-docs
[WIP] Deploy docs with a single command using Now
Stars: ✭ 45 (-56.31%)
Mutual labels:  now, zeit
Now Storage
Use Now static deployments to upload and store files.
Stars: ✭ 91 (-11.65%)
Mutual labels:  now, zeit
notion-custom-domain
📝 Custom domains for your public Notion pages
Stars: ✭ 23 (-77.67%)
Mutual labels:  now, zeit
now-compose
Docker compose for zeit now. [deprecated]
Stars: ✭ 80 (-22.33%)
Mutual labels:  now, zeit
Vercel Builder
Vercel Builder for Nuxt.js
Stars: ✭ 437 (+324.27%)
Mutual labels:  now, zeit
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (-74.76%)
Mutual labels:  now, zeit
Covid19 Brazil Api
API com dados atualizados sobre o status do COVID-19 🦠
Stars: ✭ 300 (+191.26%)
Mutual labels:  now, zeit
Temps
λ A selfhostable serverless function runtime. Inspired by zeit now.
Stars: ✭ 15 (-85.44%)
Mutual labels:  now, zeit
Vercel Php
▲ Vercel PHP runtime • vercel-php • now-php • 🐘+ λ = ❤
Stars: ✭ 429 (+316.5%)
Mutual labels:  now, zeit
Micro Proxy
[DEPRECATED] Simplest proxy server for microservices
Stars: ✭ 358 (+247.57%)
Mutual labels:  now, zeit
mailto
💌 ⚡️ The mailto encoder
Stars: ✭ 157 (+52.43%)
Mutual labels:  now, zeit
Jwt Example
Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.
Stars: ✭ 22 (-78.64%)
Mutual labels:  now, zeit
now-custom-runtime
ZEIT Now v2.0 builder for custom AWS Lambda runtimes
Stars: ✭ 21 (-79.61%)
Mutual labels:  now, zeit
now dashboard
▲ZEIT dashboard written in elm
Stars: ✭ 52 (-49.51%)
Mutual labels:  now, zeit
micro-unfurl
Small microservice that unfurls a URL and returns the OpenGraph meta data
Stars: ✭ 28 (-72.82%)
Mutual labels:  now, zeit
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-81.55%)
Mutual labels:  now, zeit
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (-75.73%)
Mutual labels:  now, zeit
now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-82.52%)
Mutual labels:  now, zeit
Meteor Now
Instantly deploy your Meteor apps with `meteor-now`
Stars: ✭ 339 (+229.13%)
Mutual labels:  now, zeit
Now Builders
Official Now Builders created by the ZEIT team
Stars: ✭ 483 (+368.93%)
Mutual labels:  now, zeit

now-logs

Stream your now.sh logs to your terminal https://logs.now.sh

Getting started

Step 1 Install the node module

npm install now-logs --save

Step 2 Come up with a secret key and require the now-logs module

require('now-logs')('my-secret-key')

Step 3 Install the cli tool

npm install now-logs -g

Step 4 See the realtime logs using your secret key

now-logs my-secret-key

That's it! Logs will stream to your terminal

Frequently Asked Questions

What is realtime logging?

Realtime logging allows you to see your server's output (stdout and stderr) as the program outputs them.

However, there is no persistence. The logs are not stored anywhere and there is no history to look at.

Why not loggly/papertrail?

These are both incredible services and you should be using them. now-logs is a simple logging system that can be used before utilizing these tools.

Where do I get my secret-key?

The secret-key is just a string you come up with. This will allow you and only the people who know the secret to see your server logs.

Is this open source?

Yes. Check out the code of now-logs on GitHub and contribute.

How does it work?

now-logs uses websockets to stream all output of your server to the now-logs-server hosted at logs.now.sh. The server then streams the logs to connected now-logs clients.

While it is not required, you may host your own private now-logs-server. Learn more on the now-logs-server GitHub page.

Is this affiliated or endorsed by zeit.co?

No. This is my personal project, built in the spirit of the now eco-system.

Who made this?

Tal Bereznitskey. Found me on Twitter as @ketacode at https://twitter.com/ketacode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].