1. egg-logview
Provide a log files viewer for egg development purpose.
egg-logview
Package: egg-logview
Created by: eggjs
Last modified: Thu, 16 Jun 2022 06:13:16 GMT
Version: 2.0.1
License: MIT
Downloads: 260
Repository: https://github.com/eggjs/egg-logview

Install

npm install egg-logview
yarn add egg-logview

egg-logview

NPM version
build status
Test coverage
David deps
Known Vulnerabilities
npm download

Provide a log files viewer for development purpose.

Install

 $ npm i egg-logview --save

Usage

 // {app_root}/config/plugin.js
exports.logview = {
  package: 'egg-logview',
  // env: ['local', 'default', 'test', 'unittest']
};

Configuration

 // {app_root}/config/config.default.js
/**
 * logview default config
 * @member Config#logview
 * @property {String} prefix - logview route prefix, default to `__logs`
 * @property {String} dir - logview dir, default to `app.config.logger.dir`
 */
exports.logview = {
};

Example

Visit http://127.0.0.1:7001/__logs

Questions & Suggestions

Please open an issue here.

License

MIT

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin