Last active
March 30, 2016 15:32
-
-
Save colkito/4612bf116f9f26cbe30d0288a4f3ec37 to your computer and use it in GitHub Desktop.
PM2 start with log date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NODE_ENV=<environment> pm2 start <server file> --name <app name> --log-date-format 'DD-MM-YYYY HH:mm:ss.SSS'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment