Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logzify

A simple, customizable HTTP request logger middleware for Express.js apps.

Features

  • Log method, route, status, IP, duration, timestamp
  • Formats: JSON, CSV, or plain text
  • Optional file logging
  • Custom route/method filters

Installation

Clone the repo or copy the middleware into your project.

Usage

const logzify = require("./logzify");
app.use(logzify({
  format: "json",
  toFile: true,
  filter: { method: "GET" }
}));

About

A simple, customizable HTTP request logger middleware for Express.js apps.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages