keymetrics / pm2-auto-pull

This app will automatically pull all applications managed by PM2 to the latest version (compatible git)
136 stars 26 forks source link

logs filling up #17

Open Rid opened 6 years ago

Rid commented 6 years ago

Our logs are full of:

0|pm2-auto |   data:
0|pm2-auto |    { 'Loop delay': { value: '4.22ms', agg_type: 'avg', alert: {} },
0|pm2-auto |      'Active requests': { value: 0, agg_type: 'avg', alert: {} },
0|pm2-auto |      'Active handles': { value: 4, agg_type: 'avg', alert: {} } } }
0|pm2-auto | { type: 'axm:monitor',
0|pm2-auto |   data: { 'App updated': { value: 3, agg_type: 'avg', alert: {} } } }
0|pm2-auto | 2018-02-01 18:51:49 +00:00: { type: 'axm:monitor',
0|pm2-auto |   data:
0|pm2-auto |    { 'Loop delay': { value: '4.22ms', agg_type: 'avg', alert: {} },
0|pm2-auto |      'Active requests': { value: 0, agg_type: 'avg', alert: {} },
0|pm2-auto |      'Active handles': { value: 4, agg_type: 'avg', alert: {} } } }
0|pm2-auto | { type: 'axm:monitor',
0|pm2-auto |   data: { 'App updated': { value: 3, agg_type: 'avg', alert: {} } } }

Is there any way to disable these? It's generating over 20MB logs/day!