* Brief description of environment variables * LOOL_DEBUG if set handles a fatal signal by printing a message containing the PID and waiting 30 seconds to allow a 'sudo gdb' to be attached. LOOL_LOGCOLOR if set generates logging information containing console color codes. LOOL_LOGLEVEL set the log level & verbosity to - values of are one of: none (turns off logging), fatal, critical, error, warning, notice, information, debug, trace LOK_NO_PREINIT set this to disable pre-initialization of LOK instances. LOK_FORK set this to enable forking instead of execve'ing of kit process instances even if LOK_NO_PREINIT is set. SLEEPFORDEBUGGER sleep seconds while launching processes in order to allow a 'sudo gdb' session to 'attach ' to them. SLEEPKITFORDEBUGGER sleep seconds after launching (or forking) each kit process instance, to allow a 'sudo gdb' session to attach and debug that process.