Skip to content

A custom logger that can be used as an alternative to AWS cloudwatch.

Notifications You must be signed in to change notification settings

AdarshNaidu/My-Logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Logs

A custom non persistent logging website that can be used as a simple and quickly accessible alternative of AWS cloudwatch for monitoring realtime logs.

Steps to setup your custom Logging site

  1. Download this project and host it somewhere.
  2. Send post request to this hosted url with the log data as the body of the request.
Example using axios: 
axios.post( url_of_the_hosted_website, {logs data} )

Website Preview

Logs

About

A custom logger that can be used as an alternative to AWS cloudwatch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published