Open davidecavaliere opened 5 years ago
I'll do you one better. I get 7000+ lines of nothing from using the install handler.
+1.
Any logging to the console should be an option! Can we please be able to switch that one off?
For now I run install
in a child_process.fork
with silent: true
(https://nodejs.org/docs/latest/api/child_process.html#child_process_child_process_fork_modulepath_args_options).
Unfortunately due to how stopping of the DB works we can't do the same with start
Running the following test:
produces the following output in tests results:
I expect the output to be clean and to still be able to get debugging info if wanted using DEBUG=dynamodb-localhost:* environment variable