dz-next-log

1.0.7 • Public • Published

dz-next-log

Next 输出日志文件 logs

Description

Then add a NODE_OPTIONS string to your Next.js start script, to require in the logger.

NODE_OPTIONS='-r dz-next-log' next start

Adding to package.json Scripts

You can add this directly to your package.json scripts, to make it easier to start your service.

"scripts": {
    "dev": "NODE_OPTIONS='-r dz-next-log' next dev",
    "build": "next build",
    "start": "NODE_OPTIONS='-r next-logger' next start"
},

Adding to dz-next-log.config.js Scripts

module.exports = {
    platform: "Webfic",
    link: 'https://www.webfic.com',
    ddUrl: "https://oapi.dingtalk.com/robot/send?access_token=7667bee5471210ebbbf0b201d20b82146b9d8a61d382315e6d6704c28d497e50",
    ddTitle: "海外【SEO】告警"
}

Package Sidebar

Install

npm i dz-next-log

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

5.92 kB

Total Files

8

Last publish

Collaborators

  • mygz