Merge branch 'master' of github.com:OpenVidu/openvidu

pull/473/head
OscarSotoSanchez 2020-05-08 12:03:38 +02:00
commit 4b150bb62c
2 changed files with 4 additions and 1 deletions

View File

@ -306,6 +306,9 @@ public class OpenViduServer implements JsonRpcConfigurer {
log.info(msg);
// Close the auxiliary ApplicationContext
app.close();
return CONFIG_PROPS;
}
return null;

View File

@ -91,7 +91,7 @@ public class OpenviduConfig {
}
}
private static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
protected static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
private static final boolean SHOW_PROPERTIES_AS_ENV_VARS = true;