25 Commits

Author SHA1 Message Date
Vincent Vallet
7e92855ff5
Merge pull request #3807 from medanat/minimize-async-lib-footprint
Minimize async lib footprint
2018-08-17 10:23:57 +02:00
Unitech
4e79da1caa #3530 automatic padding increase on pm2 logs 2018-07-20 14:45:24 +02:00
Yazan Medanat
6466ee44c1 refactor: only import the necessary methods from async. 2018-07-19 10:18:08 -04:00
Vincent Vallet
a9bfc882b6
Revert "logs: Make padding mechanism working only if padding is longer than string" 2018-03-19 09:48:33 +01:00
Nikita Nagorny
19a4d76203 Make padding mechanism working only if padding is longer than string
Signed-off-by: Nikita Nagorny <nikiton-n@mail.ru>
2018-03-14 14:16:48 +03:00
Unitech
c13b236482 refactor: deep pm2-runtime refactor #3408 #3257 #3266 2018-02-02 15:39:17 +01:00
Alexandre Strzelewicz
9417e2a600
Merge pull request #3374 from czonechan/development
raw output should keep the original output stream in docker.
2018-01-04 13:31:36 +01:00
Unitech
2271010575 #3367 Display an error if the process is not found when running 'pm2 logs <process-name>' 2017-12-29 00:22:30 +01:00
陈细忠
d47a2173e5 raw output should keep the original output stream in docker. 2017-12-06 12:46:08 +08:00
Serkan Yerşen
5ba4f328ac
fix mistake on the console.error 2017-11-27 16:58:06 -08:00
Serkan Yerşen
3ce8d65ebb
raw output should keep the original output stream.
in docker/kubernetes setup, error logging depends on errors being on stderr. My app does this by default but when PM2 takes over, all logs gets combined into stdout. Which makes really hard to automatically detect the error logs.
2017-11-27 16:53:54 -08:00
vmarchaud
4f5566ea93
log: dont print if the line is empty #3193 2017-10-25 10:19:56 +02:00
Unitech
ae3f1e0b5a /#2698 pm2-runtime + pm2-docker various enhancements 2017-06-30 10:48:53 +02:00
Ramiro Rikkert
89bcfb4c57 Make JSON timestamp consistent
The timestamp when logging in JSON uses two (not influenceable) different formats.
This change makes sure all logs in JSON use the same formatting for timestamps. (ISO8601)
2017-03-10 13:54:28 +01:00
Unitech
3b35a6781e (startup) trick to attach to running pm2 daemon and exit in kill 2016-12-08 01:08:47 +01:00
Unitech
ca70365089 (rundev) various fixes 2016-08-24 12:11:15 +02:00
Unitech
693a7fefbb (pmd) exit directly if no process is running 2016-08-13 08:28:17 -07:00
Unitech
da18d52cdd (pm2)(log) stringify PM2 process events in JSON format 2016-08-06 21:14:14 -07:00
Unitech
f5443881b5 (pm2) time -> timestamp 2016-08-06 17:58:38 -07:00
Unitech
d9f5748767 (pm2) add message prefix for formated logs 2016-08-06 17:57:54 -07:00
Unitech
8482a01f36 (pm2) refined pm2 log command with padding, better colors and multiple options, also fix #2105 2016-08-06 17:53:43 -07:00
Unitech
9cd16a1222 #709 #437 (feature) pm2 logs --json 2016-07-30 09:59:20 -07:00
Unitech
a7cd5fc927 drop inverse color 2016-07-24 12:50:39 -07:00
Unitech
d4b89c7a1f pmd command (alias of pm2-dev) + less fancy pm2 log system (remove inverse and stuff) 2016-07-24 12:44:40 -07:00
Unitech
23f2130de0 rename CLI.js to API.js + some fix on pm2-docker command 2016-07-23 19:13:55 +02:00