Subject: | Add feature to disable [debug] output |
Even when I run my server in standard (non-debug) mode, debug output still
appears in the console. It looks like:
[debug] loading js file ...
[debug] loading js file ...
[debug] loading js file ...
This should be disabled, preferably by detecting what mode the server is
in, or possibly by checking an EnvVar (but that would suck).
Thanks!