0.1.16 • Published 5 months ago

strapi-plugin-persistent-logs v0.1.16

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

0.1.15

5 months ago

0.1.14

5 months ago

0.1.13

5 months ago

0.1.12

5 months ago

0.1.11

5 months ago

0.1.10

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.3

5 months ago

0.1.1

5 months ago