fix(core): update

This commit is contained in:
2019-01-01 22:34:36 +01:00
parent b87ca1fa03
commit 0b97aaee91
4 changed files with 698 additions and 143 deletions

View File

@ -79,7 +79,7 @@ export class SmartNginx {
let promiseArray = [];
for (let host of this.hosts) {
await host.deploy();
plugins.smartlog.defaultLogger.info(`Host ${host.hostName} deployed!`);
plugins.smartlog.defaultLogger.log('info', `Host ${host.hostName} deployed!`);
this.nginxProcess.reloadConfig();
};
}