Bootstrap Test Mode
To help with debugging, you can start nzyme-node
in a special bootstrap test mode that will print all logging output
to the foreground of your terminal (STDOUT
) and exit after a successful start of the system.
You can run a bootstrap test like this:
Note that the debug log and PID file flags can be combined with the
--bootstrap-test
flag as required.
Exit Codes
The bootstrap test mode follows POSIX standard and exits with 0
in case of a successful bootstrap or 1
in case of
an error.