Skip to content

Commit

Permalink
Make pm2 return raw logs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaloo committed Feb 6, 2018
1 parent 8de599e commit 4f1a4af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.4.4
- make pm2 output raw logs without prefix

## 0.4.3
- adjust pm2 startup script

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"admin": "admin.html",
"source": "clearbit",
"readme": "readme.md",
"version": "0.4.3",
"version": "0.4.4",
"private_settings": [
{
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 4f1a4af

Please sign in to comment.