You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using PM2 inside Docker with the pm2-docker binary, I have specified log_date_format: '' in my process.yml yet PM2 still outputs timestamps in the logs.
I'm using Winston to log from my application which appends it's own timestamps, resulting in my output having the time twice:
The text was updated successfully, but these errors were encountered:
thanks for the bug report, it come from the fact that a timestamp is hardcoded here, if you can make a PR it would be perfect otherwise i'll make a fix soon.
Uh oh!
There was an error while loading. Please reload this page.
I'm using PM2 inside Docker with the
pm2-docker
binary, I have specifiedlog_date_format: ''
in myprocess.yml
yet PM2 still outputs timestamps in the logs.I'm using Winston to log from my application which appends it's own timestamps, resulting in my output having the time twice:

The text was updated successfully, but these errors were encountered: