mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
improve startup log text
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
04ecd02f40
commit
dd9301dfc6
@ -90,18 +90,22 @@ if (process.env.LENS_DISABLE_GPU) {
|
||||
app.disableHardwareAcceleration();
|
||||
}
|
||||
|
||||
logger.debug("initializeRemote()");
|
||||
logger.debug("[APP-MAIN] initializing remote");
|
||||
initializeRemote();
|
||||
logger.debug("configurePackages()");
|
||||
|
||||
logger.debug("[APP-MAIN] configuring packages");
|
||||
configurePackages();
|
||||
|
||||
mangleProxyEnv();
|
||||
|
||||
logger.debug("[APP-MAIN] initializing ipc main handlers");
|
||||
initializers.initIpcMainHandlers();
|
||||
|
||||
if (app.commandLine.getSwitchValue("proxy-server") !== "") {
|
||||
process.env.HTTPS_PROXY = app.commandLine.getSwitchValue("proxy-server");
|
||||
}
|
||||
|
||||
logger.debug("lprm stuff");
|
||||
logger.debug("[APP-MAIN] Lens protocol routing main");
|
||||
|
||||
if (!app.requestSingleInstanceLock()) {
|
||||
app.exit();
|
||||
@ -354,4 +358,4 @@ export {
|
||||
LensExtensions,
|
||||
};
|
||||
|
||||
logger.debug("waiting for messages");
|
||||
logger.debug("[APP-MAIN] waiting for 'ready' and other messages");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user