Lars Kiesow 7b6aa3ba5a
Allow enabling dev logs
This patch allows users to enable dev logs on production systems by
setting the `HIDE_DEV_LOGS` environment variable.

Before, you could only use this on a non-production environment. On
production, the logs would be disabled. This patch changes the behavior
and uses the `NODE_ENV` only as default. On production they are disabled
if `HIDE_DEV_LOGS` is undefined but can be enabled by setting
`HIDE_DEV_LOGS=0` on dev, they are enabled if undefined, but can be
disabled by setting `HIDE_DEV_LOGS=1`.
2023-11-19 21:00:54 +01:00
..
2023-11-09 19:58:51 +00:00
2023-11-01 08:58:48 -05:00
2023-05-14 13:42:29 -05:00
2023-11-19 12:57:17 -06:00
2023-11-19 21:00:54 +01:00
2023-11-01 08:58:48 -05:00