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 can't seem to get this parameter to ever work in production,
and logs have half the screen taken up by dates.
is there a magic value it has to be set to, or is just anything non-empty OK?
I'm just passing true on the command line:
DEBUG_HIDE_DATE
https://www.npmjs.com/package/debug#environment-variables
I can't seem to get this parameter to ever work in production,
and logs have half the screen taken up by dates.
is there a magic value it has to be set to, or is just anything non-empty OK?
I'm just passing
true
on the command line:I'm using
pm2
to run the node processes, could that be related?since:
the output i get is of this format in the
pm2 logs
which looks a bit different from the output on your about page:

so I assume the sstdout is still thought of as a TTY
The text was updated successfully, but these errors were encountered: