0.1.16 • Published 1 year ago

strapi-plugin-persistent-logs v0.1.16

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Strapi Plugin Logs

Description

This is a plugin for Strapi, a headless CMS, that provides logging functionality. It allows you to keep track of various events and actions in your Strapi application, helping you monitor its performance and troubleshoot issues.

Features

  • Detailed logging: Get comprehensive details about each event, including the time it occurred
  • Easy-to-read format: Logs are formatted in a way that's easy to read and understand.

Installation

  1. Navigate to your Strapi project directory.
  2. Install the plugin using npm:
npm install strapi-plugin-persistent-logs
  1. Include the plugin in your Strapi project:
// config/plugins.js
module.exports = ({ env }) => ({
  "persistent-logs": {
    enabled: true,
  }
});
0.1.16

1 year ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago