UNPKG

node-karin

Version:

Lightweight, efficient, concise, and stable robot framework.

19 lines 443 B
{ "lines": 1000, "maxLogDays": 14, "maxErrorLogSize": 50, "maxOutLogSize": 50, "apps": [ { "name": "karin", "script": "./node_modules/node-karin/dist/cli/pm2.js", "autorestart": true, "max_restarts": 60, "max_memory_restart": "1G", "restart_delay": 2000, "merge_logs": true, "error_file": "./@karinjs/logs/pm2_error.log", "out_file": "./@karinjs/logs/pm2_out.log" } ] }