// very difficult to see output from this process when part of restart-domain.
// Normally there is no console.
// There are **three** JVMs in a restart -- old server, new server, cli
// we will not even see AS_DEBUG!
if (DEBUG_MESSAGES_ON) {
Environment env = new Environment();
CLIUtil.writeCommandToDebugLog("restart-debug", env, new String[]{"DEBUG MESSAGE FROM RESTART JVM", s}, 99999);
}
}