Errors before the main loop is started are logged to stderr and after the main loop is started to whtaever you supplied as --log which also defaults to stderr. systemd logs stderr to its journal so look there. If you are using some other init system, you'll have to figure out where it keeps stderr or manually redirect stderr in your startup command.
|