From 4f1a4af3ba03cf130161621094852acd86c4baa3 Mon Sep 17 00:00:00 2001 From: Michal Raczka Date: Tue, 6 Feb 2018 15:01:24 +0100 Subject: [PATCH] Make pm2 return raw logs --- CHANGELOG.md | 3 +++ manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbcbdf0..f9f89bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.4 +- make pm2 output raw logs without prefix + ## 0.4.3 - adjust pm2 startup script diff --git a/manifest.json b/manifest.json index c575b10..9d819d5 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "admin": "admin.html", "source": "clearbit", "readme": "readme.md", - "version": "0.4.3", + "version": "0.4.4", "private_settings": [ { "type": "string", diff --git a/package.json b/package.json index 115f359..371022a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hull-clearbit", "description": "Enrich Customer data with Clearbit", - "version": "0.4.3", + "version": "0.4.4", "main": "index.js", "license": "MIT", "homepage": "https://github.com/hull-ships/hull-clearbit", @@ -51,7 +51,7 @@ "test:modules": "builder run test:modules", "test:specs": "builder run test:specs", "test:units": "builder run test:units", - "start": "NODE_ENV=production node -r newrelic ./node_modules/.bin/pm2-runtime lib", + "start": "NODE_ENV=production node -r newrelic ./node_modules/.bin/pm2-runtime --raw lib", "dev": "builder run dev", "test": "builder run npm:test" },