HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate/package.json
{
  "name": "pm2-logrotate",
  "version": "2.7.0",
  "description": "Module to rotate logs of every pm2 application",
  "main": "app.js",
  "dependencies": {
    "graceful-fs": "^4.2.2",
    "moment-timezone": "^0.5.11",
    "node-schedule": "^1.3.1",
    "pm2": "latest",
    "pmx": "latest"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Joni SHKURTI",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pm2-hive/pm2-logrotate.git"
  },
  "bugs": {
    "url": "https://github.com/pm2-hive/pm2-logrotate/issues"
  },
  "homepage": "https://github.com/pm2-hive/pm2-logrotate",
  "license": "MIT",
  "apps": [
    {
      "name": "pm2-logrotate",
      "script": "app.js",
      "max_memory_restart" : "500M"
    }
  ],
  "config": {
    "max_size": "10M",
    "retain": "30",
    "compress": false,
    "dateFormat": "YYYY-MM-DD_HH-mm-ss",
    "workerInterval": "30",
    "rotateInterval": "0 0 * * *",
    "rotateModule": true
  }
}