mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-01 18:06:11 +00:00
send logs to ws
This commit is contained in:
parent
34c3882250
commit
a8e35864c1
@ -28,7 +28,6 @@
|
|||||||
-->
|
-->
|
||||||
<!-- Dashboard Core -->
|
<!-- Dashboard Core -->
|
||||||
<link href="./assets/css/dashboard.css" rel="stylesheet" />
|
<link href="./assets/css/dashboard.css" rel="stylesheet" />
|
||||||
|
|
||||||
<script src="./assets/js/jquery-3.3.1.min.js"></script>
|
<script src="./assets/js/jquery-3.3.1.min.js"></script>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -16,6 +16,7 @@ class WebServer {
|
|||||||
this.port = options.port || this.webServerConfig.port;
|
this.port = options.port || this.webServerConfig.port;
|
||||||
|
|
||||||
this.events.emit("status", __("Starting Server"));
|
this.events.emit("status", __("Starting Server"));
|
||||||
|
//this.server = new Server({logger: this.logger, host: this.host, port: this.port, events: this.events});
|
||||||
this.server = new Server({logger: this.logger, host: this.host, port: this.port, events: this.events, plugins: this.plugins});
|
this.server = new Server({logger: this.logger, host: this.host, port: this.port, events: this.events, plugins: this.plugins});
|
||||||
|
|
||||||
this.setServiceCheck();
|
this.setServiceCheck();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user