From 2d8abba3db495c8fe0d6e9a70431441df1fc7685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=B9=BF?= Date: Wed, 20 Dec 2023 17:49:02 +0800 Subject: [PATCH] add config and add log message --- config.json | 69 +- gohttpd.log | 2950 ++++++++++++++++++++++++++++++++++++++++++++++ handler/proxy.go | 15 +- nginx.conf | 238 ++++ server/server.go | 5 +- 5 files changed, 3270 insertions(+), 7 deletions(-) create mode 100644 gohttpd.log create mode 100644 nginx.conf diff --git a/config.json b/config.json index 31db6ce..d268690 100644 --- a/config.json +++ b/config.json @@ -37,12 +37,12 @@ ] }, "servers":[{ - "port": 8000, + "port": 3000, "name": "cloudops", "paths":[ { "path": "/", - "upstreams": ["http://192.168.12.174:9880"], + "upstreams": ["http://localhost:4200"], "directives":["HostSchemas $target"] }, { @@ -55,6 +55,71 @@ "upstreams": ["http://192.168.12.174:9880"], "directives":["HostSchemas $target"] }, + { + "path" : "/security/login", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/security/logout", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/relational/assets", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/platform/version", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/patrolrecords", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/standingbook", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/resource", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/config", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/workflow", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path":"/token/check", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/v1/messages", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path" : "/cloudops-state/", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, + { + "path":"/socket.io/", + "upstreams": ["http://192.168.12.174:9880"], + "directives":["HostSchemas $target"] + }, { "path" : "/thing", "upstreams": ["http://192.168.12.174:9880"], diff --git a/gohttpd.log b/gohttpd.log new file mode 100644 index 0000000..4dd5b3f --- /dev/null +++ b/gohttpd.log @@ -0,0 +1,2950 @@ +[2023-12-20 15:17:38] Server : info - Load config success +[2023-12-20 15:17:38] Server : info - start gohttpd +[2023-12-20 15:17:38] ServerMux : debug - NewServeMux +[2023-12-20 15:17:38] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:17:38] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:17:38] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:17:38] ServerMux : debug - NewServeMux +[2023-12-20 15:17:38] Listener : debug - listen on :8088 +[2023-12-20 15:17:38] Listener : debug - listen on :3000 +[2023-12-20 15:17:38] Server : info - gohttpd start success +[2023-12-20 15:18:05] ServerMux : info - match path: / +[2023-12-20 15:19:20] ServerMux : info - match path: / +[2023-12-20 15:19:21] ServerMux : info - match path: / +[2023-12-20 15:19:21] ServerMux : info - match path: / +[2023-12-20 15:19:21] ServerMux : info - match path: / +[2023-12-20 15:19:21] ServerMux : info - match path: / +[2023-12-20 15:19:25] ServerMux : info - match path: / +[2023-12-20 15:19:25] ServerMux : info - match path: / +[2023-12-20 15:19:25] ServerMux : info - match path: / +[2023-12-20 15:19:25] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:19:26] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: / +[2023-12-20 15:19:26] ServerMux : info - match path: /themes +[2023-12-20 15:19:26] ServerMux : info - match path: /themes +[2023-12-20 15:19:26] ServerMux : info - match path: /themes +[2023-12-20 15:19:26] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:19:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:19:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:19:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: / +[2023-12-20 15:19:27] ServerMux : info - match path: / +[2023-12-20 15:19:27] ServerMux : info - match path: / +[2023-12-20 15:19:27] ServerMux : info - match path: / +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: / +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:27] ServerMux : info - match path: /themes +[2023-12-20 15:19:46] ServerMux : info - match path: /security/login +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:47] ServerMux : info - match path: / +[2023-12-20 15:19:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:49] ServerMux : info - match path: / +[2023-12-20 15:19:49] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: / +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:19:51] ServerMux : info - match path: /v1/relational/assets +[2023-12-20 15:19:51] ServerMux : info - match path: / +[2023-12-20 15:20:12] ServerMux : info - match path: / +[2023-12-20 15:20:13] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:20:13] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:20:14] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:20:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:20:14] ServerMux : info - match path: /themes +[2023-12-20 15:20:14] ServerMux : info - match path: / +[2023-12-20 15:20:16] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:16] ServerMux : info - match path: /token/check +[2023-12-20 15:20:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /v1/relational/assets +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:20:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:04] ServerMux : info - match path: /themes +[2023-12-20 15:21:06] ServerMux : info - match path: / +[2023-12-20 15:22:25] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /token/check +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:22:25] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:22:25] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:25] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:26] ServerMux : info - match path: /themes +[2023-12-20 15:22:28] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:29] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:29] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:29] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:29] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:30] ServerMux : info - match path: /v1/relational/assets +[2023-12-20 15:22:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:22:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:26:30] Server : info - Load config success +[2023-12-20 15:26:30] Server : info - start gohttpd +[2023-12-20 15:26:30] ServerMux : debug - NewServeMux +[2023-12-20 15:26:30] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:26:30] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:26:30] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:26:30] ServerMux : debug - NewServeMux +[2023-12-20 15:26:30] Listener : debug - listen on :8088 +[2023-12-20 15:26:30] Listener : debug - listen on :3000 +[2023-12-20 15:26:30] Server : info - gohttpd start success +[2023-12-20 15:26:33] ServerMux : info - match path: / +[2023-12-20 15:26:33] Proxy : debug - proxy /buz/monitor/overview/room/63c4ec4a5ef17b50b1377348/1702600072821 to /buz/monitor/overview/room/63c4ec4a5ef17b50b1377348/1702600072821 +[2023-12-20 15:26:34] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:26:34] Proxy : debug - proxy /socket.io/?EIO=4&transport=polling&t=Oo67doL to /socket.io/?EIO=4&transport=polling&t=Oo67doL +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/style.css to /themes/mg/style.css +[2023-12-20 15:26:34] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:26:34] Proxy : debug - proxy /socket.io/?EIO=4&transport=polling&t=Oo67doa&sid=irKAWwnpIwcoFxFDAAsC to /socket.io/?EIO=4&transport=polling&t=Oo67doa&sid=irKAWwnpIwcoFxFDAAsC +[2023-12-20 15:26:34] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:26:34] Proxy : debug - proxy /socket.io/?EIO=4&transport=websocket&sid=irKAWwnpIwcoFxFDAAsC to /socket.io/?EIO=4&transport=websocket&sid=irKAWwnpIwcoFxFDAAsC +[2023-12-20 15:26:34] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:26:34] Proxy : debug - proxy /socket.io/?EIO=4&transport=polling&t=Oo67dod&sid=irKAWwnpIwcoFxFDAAsC to /socket.io/?EIO=4&transport=polling&t=Oo67dod&sid=irKAWwnpIwcoFxFDAAsC +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/colors.css to /themes/mg/colors.css +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/djs.css to /themes/mg/djs.css +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/component.css to /themes/mg/component.css +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/rightimage.css to /themes/mg/rightimage.css +[2023-12-20 15:26:34] ServerMux : info - match path: /themes +[2023-12-20 15:26:34] Proxy : debug - proxy /themes/mg/tui.css to /themes/mg/tui.css +[2023-12-20 15:26:34] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:26:34] Proxy : debug - proxy /socket.io/?EIO=4&transport=polling&t=Oo67dqb&sid=irKAWwnpIwcoFxFDAAsC to /socket.io/?EIO=4&transport=polling&t=Oo67dqb&sid=irKAWwnpIwcoFxFDAAsC +[2023-12-20 15:26:34] ServerMux : info - match path: / +[2023-12-20 15:26:34] Proxy : debug - proxy /favicon.ico to /favicon.ico +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/images/indexheader.png to /themes/mg/assets/images/indexheader.png +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/images/loginbg.png to /themes/mg/assets/images/loginbg.png +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/indeximage/huanjingjiankong.jpg to /themes/mg/assets/indeximage/huanjingjiankong.jpg +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/indeximage/zichanguanli.jpg to /themes/mg/assets/indeximage/zichanguanli.jpg +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/indeximage/rongliangguanli.jpg to /themes/mg/assets/indeximage/rongliangguanli.jpg +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/indeximage/yunweiguanli.jpg to /themes/mg/assets/indeximage/yunweiguanli.jpg +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/style.css to /themes/mg/style.css +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/images/indexmidtitle.png to /themes/mg/assets/images/indexmidtitle.png +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/assets/images/indexmidbg.png to /themes/mg/assets/images/indexmidbg.png +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/colors.css to /themes/mg/colors.css +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/djs.css to /themes/mg/djs.css +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/component.css to /themes/mg/component.css +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/rightimage.css to /themes/mg/rightimage.css +[2023-12-20 15:26:35] ServerMux : info - match path: /themes +[2023-12-20 15:26:35] Proxy : debug - proxy /themes/mg/tui.css to /themes/mg/tui.css +[2023-12-20 15:27:40] Server : info - Load config success +[2023-12-20 15:27:40] Server : info - start gohttpd +[2023-12-20 15:27:40] ServerMux : debug - NewServeMux +[2023-12-20 15:27:40] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:27:40] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:27:40] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:27:40] ServerMux : debug - NewServeMux +[2023-12-20 15:27:40] Listener : debug - listen on :8088 +[2023-12-20 15:27:40] Listener : debug - listen on :3000 +[2023-12-20 15:27:40] Server : info - gohttpd start success +[2023-12-20 15:27:43] ServerMux : info - match path: / +[2023-12-20 15:27:43] Proxy : debug - proxy localhost:3000/ to localhost:3000/ +[2023-12-20 15:27:43] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:43] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67upi to localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67upi +[2023-12-20 15:27:43] ServerMux : info - match path: /themes +[2023-12-20 15:27:43] Proxy : debug - proxy localhost:3000/themes/mg/style.css to localhost:3000/themes/mg/style.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/huanjingjiankong.jpg to localhost:3000/themes/mg/assets/indeximage/huanjingjiankong.jpg +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/zichanguanli.jpg to localhost:3000/themes/mg/assets/indeximage/zichanguanli.jpg +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/rongliangguanli.jpg to localhost:3000/themes/mg/assets/indeximage/rongliangguanli.jpg +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/yunweiguanli.jpg to localhost:3000/themes/mg/assets/indeximage/yunweiguanli.jpg +[2023-12-20 15:27:44] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67ut5&sid=YQXa_4b1mbcWUs3-AAsE to localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67ut5&sid=YQXa_4b1mbcWUs3-AAsE +[2023-12-20 15:27:44] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=YQXa_4b1mbcWUs3-AAsE to localhost:3000/socket.io/?EIO=4&transport=websocket&sid=YQXa_4b1mbcWUs3-AAsE +[2023-12-20 15:27:44] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67utA&sid=YQXa_4b1mbcWUs3-AAsE to localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67utA&sid=YQXa_4b1mbcWUs3-AAsE +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to localhost:3000/themes/mg/colors.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to localhost:3000/themes/mg/djs.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/component.css to localhost:3000/themes/mg/component.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to localhost:3000/themes/mg/rightimage.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to localhost:3000/themes/mg/tui.css +[2023-12-20 15:27:44] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67uvT&sid=YQXa_4b1mbcWUs3-AAsE to localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67uvT&sid=YQXa_4b1mbcWUs3-AAsE +[2023-12-20 15:27:44] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67uvc&sid=YQXa_4b1mbcWUs3-AAsE to localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo67uvc&sid=YQXa_4b1mbcWUs3-AAsE +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexheader.png to localhost:3000/themes/mg/assets/images/indexheader.png +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/loginbg.png to localhost:3000/themes/mg/assets/images/loginbg.png +[2023-12-20 15:27:44] ServerMux : info - match path: / +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/favicon.ico to localhost:3000/favicon.ico +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/style.css to localhost:3000/themes/mg/style.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidtitle.png to localhost:3000/themes/mg/assets/images/indexmidtitle.png +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidbg.png to localhost:3000/themes/mg/assets/images/indexmidbg.png +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to localhost:3000/themes/mg/colors.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to localhost:3000/themes/mg/djs.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/component.css to localhost:3000/themes/mg/component.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to localhost:3000/themes/mg/rightimage.css +[2023-12-20 15:27:44] ServerMux : info - match path: /themes +[2023-12-20 15:27:44] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to localhost:3000/themes/mg/tui.css +[2023-12-20 15:28:12] ServerMux : info - match path: / +[2023-12-20 15:31:16] Server : info - Load config success +[2023-12-20 15:31:16] Server : info - start gohttpd +[2023-12-20 15:31:16] ServerMux : debug - NewServeMux +[2023-12-20 15:31:16] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:31:16] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:31:16] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:31:16] ServerMux : debug - NewServeMux +[2023-12-20 15:31:16] Listener : debug - listen on :8088 +[2023-12-20 15:31:16] Listener : debug - listen on :3000 +[2023-12-20 15:31:16] Server : info - gohttpd start success +[2023-12-20 15:31:21] ServerMux : info - match path: / +[2023-12-20 15:31:27] Proxy : debug - proxy localhost:3000/ to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68la0 to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/huanjingjiankong.jpg to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/zichanguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/rongliangguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/yunweiguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68lda&sid=5gQBeC76ilzb1gYDAAsG to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=5gQBeC76ilzb1gYDAAsG to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68ldd&sid=5gQBeC76ilzb1gYDAAsG to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68leo&sid=5gQBeC76ilzb1gYDAAsG to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68lgH&sid=5gQBeC76ilzb1gYDAAsG to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexheader.png to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/loginbg.png to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: / +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/favicon.ico to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidtitle.png to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidbg.png to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:31:28] ServerMux : info - match path: /themes +[2023-12-20 15:31:28] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:32:23] Server : info - Load config success +[2023-12-20 15:32:23] Server : info - start gohttpd +[2023-12-20 15:32:23] ServerMux : debug - NewServeMux +[2023-12-20 15:32:23] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:32:23] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:32:23] ServerMux : debug - add directive: Set-Header +[2023-12-20 15:32:23] ServerMux : debug - NewServeMux +[2023-12-20 15:32:23] Listener : debug - listen on :8088 +[2023-12-20 15:32:23] Listener : debug - listen on :3000 +[2023-12-20 15:32:23] Server : info - gohttpd start success +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68zFK to http://192.168.12.174:9880 +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68zFb&sid=wcYq1_lcPVDCbbj6AAsI to http://192.168.12.174:9880 +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=wcYq1_lcPVDCbbj6AAsI to http://192.168.12.174:9880 +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68zFc&sid=wcYq1_lcPVDCbbj6AAsI to http://192.168.12.174:9880 +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68zFr&sid=wcYq1_lcPVDCbbj6AAsI to http://192.168.12.174:9880 +[2023-12-20 15:32:24] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:24] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68zFs&sid=wcYq1_lcPVDCbbj6AAsI to http://192.168.12.174:9880 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/ to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:32:32] ServerMux : info - match path: / +[2023-12-20 15:32:32] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:32:33] ServerMux : info - match path: / +[2023-12-20 15:32:33] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo68_zi to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/huanjingjiankong.jpg to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/zichanguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/rongliangguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/indeximage/yunweiguanli.jpg to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6902A&sid=SJYP4S8rF1xfxP-NAAsK to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=SJYP4S8rF1xfxP-NAAsK to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6902G&sid=SJYP4S8rF1xfxP-NAAsK to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6903l&sid=SJYP4S8rF1xfxP-NAAsK to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6904N&sid=SJYP4S8rF1xfxP-NAAsK to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexheader.png to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: /themes +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/loginbg.png to http://192.168.12.174:9880 +[2023-12-20 15:32:35] ServerMux : info - match path: / +[2023-12-20 15:32:35] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidtitle.png to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/indexmidbg.png to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:32:36] ServerMux : info - match path: /themes +[2023-12-20 15:32:36] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:32:57] ServerMux : info - match path: /security/login +[2023-12-20 15:32:57] Proxy : debug - proxy localhost:3000/security/login to http://192.168.12.174:9880 +[2023-12-20 15:32:58] ServerMux : info - match path: / +[2023-12-20 15:32:58] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:32:58] ServerMux : info - match path: / +[2023-12-20 15:32:58] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:32:58] ServerMux : info - match path: / +[2023-12-20 15:32:58] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:32:58] ServerMux : info - match path: / +[2023-12-20 15:32:58] Proxy : debug - proxy localhost:3000/src_app_real-monitor_service_real-monitor_service_ts-src_app_share_guard_clear-dashboard_guar-f760c9.js to http://localhost:4200 +[2023-12-20 15:33:00] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:00] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696Cy to http://192.168.12.174:9880 +[2023-12-20 15:33:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696R2 to http://192.168.12.174:9880 +[2023-12-20 15:33:01] ServerMux : info - match path: / +[2023-12-20 15:33:01] Proxy : debug - proxy localhost:3000/monitor-viewer-border.png to http://localhost:4200 +[2023-12-20 15:33:02] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:02] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696WV&sid=3EyJYEPDT8NsELqEAABM to http://192.168.12.174:9880 +[2023-12-20 15:33:02] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:02] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=3EyJYEPDT8NsELqEAABM to http://192.168.12.174:9880 +[2023-12-20 15:33:02] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:02] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696Wb&sid=3EyJYEPDT8NsELqEAABM to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696kJ&sid=5zvYQKgk8-Ryt88ZAAth to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=5zvYQKgk8-Ryt88ZAAth to http://192.168.12.174:9880 +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696kK&sid=5zvYQKgk8-Ryt88ZAAth to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696lQ&sid=3EyJYEPDT8NsELqEAABM to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /v1/relational/assets +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/v1/relational/assets/virtual/6567f80974194b2220ef13a7 to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696og&sid=5zvYQKgk8-Ryt88ZAAth to http://192.168.12.174:9880 +[2023-12-20 15:33:03] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:33:03] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo696oh&sid=5zvYQKgk8-Ryt88ZAAth to http://192.168.12.174:9880 +[2023-12-20 15:33:27] ServerMux : info - match path: / +[2023-12-20 15:33:27] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:33:27] ServerMux : info - match path: / +[2023-12-20 15:33:27] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:33:27] ServerMux : info - match path: /token/check +[2023-12-20 15:33:27] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:33:29] ServerMux : info - match path: / +[2023-12-20 15:33:29] Proxy : debug - proxy localhost:3000/assets/outline/plus.svg to http://localhost:4200 +[2023-12-20 15:33:33] ServerMux : info - match path: / +[2023-12-20 15:33:33] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:33:33] ServerMux : info - match path: / +[2023-12-20 15:33:33] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:33:33] ServerMux : info - match path: / +[2023-12-20 15:33:33] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:33:33] ServerMux : info - match path: / +[2023-12-20 15:33:33] Proxy : debug - proxy localhost:3000/src_app_ops_asset-area_asset-area_module_ts.js to http://localhost:4200 +[2023-12-20 15:33:33] ServerMux : info - match path: /themes +[2023-12-20 15:33:33] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:33:41] ServerMux : info - match path: / +[2023-12-20 15:33:41] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:33:42] ServerMux : info - match path: /themes +[2023-12-20 15:33:42] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: / +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:34:04] ServerMux : info - match path: /themes +[2023-12-20 15:34:04] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/src_app_real-monitor_service_real-monitor_service_ts-src_app_share_guard_clear-dashboard_guar-f760c9.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:34:05] ServerMux : info - match path: / +[2023-12-20 15:34:05] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/src_app_ops_asset-area_asset-area_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:34:06] ServerMux : info - match path: / +[2023-12-20 15:34:06] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:34:40] ServerMux : info - match path: / +[2023-12-20 15:34:40] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:34:41] ServerMux : info - match path: /themes +[2023-12-20 15:34:41] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:34:41] ServerMux : info - match path: /themes +[2023-12-20 15:34:41] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:34:41] ServerMux : info - match path: / +[2023-12-20 15:34:41] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:35:25] ServerMux : info - match path: / +[2023-12-20 15:35:25] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:35:26] ServerMux : info - match path: / +[2023-12-20 15:35:26] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:35:26] ServerMux : info - match path: / +[2023-12-20 15:35:26] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:35:26] ServerMux : info - match path: / +[2023-12-20 15:35:26] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo69gHW to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo69gJD&sid=fRtiZes0friHqLaMAAsM to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=fRtiZes0friHqLaMAAsM to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo69gJG&sid=fRtiZes0friHqLaMAAsM to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: /themes +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:35:28] ServerMux : info - match path: / +[2023-12-20 15:35:28] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:35:29] ServerMux : info - match path: / +[2023-12-20 15:35:29] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:35:30] ServerMux : info - match path: /token/check +[2023-12-20 15:35:30] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69gti to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /token/check +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: / +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69gyU to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=dH67WSUidWgUNUQ8AABO to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69gzH&sid=dH67WSUidWgUNUQ8AABO to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69gzJ&sid=dH67WSUidWgUNUQ8AABO to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=SjObuclkcLkDIqfeAAtj to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69h3Y&sid=SjObuclkcLkDIqfeAAtj to http://192.168.12.174:9880 +[2023-12-20 15:35:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69h3Z&sid=SjObuclkcLkDIqfeAAtj to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69h6V&sid=dH67WSUidWgUNUQ8AABO to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: /themes +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: /themes +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69hDH&sid=SjObuclkcLkDIqfeAAtj to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo69hDH.0&sid=SjObuclkcLkDIqfeAAtj to http://192.168.12.174:9880 +[2023-12-20 15:35:32] ServerMux : info - match path: / +[2023-12-20 15:35:32] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:35:36] ServerMux : info - match path: / +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] ServerMux : info - match path: /themes +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:35:36] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:35:39] ServerMux : info - match path: / +[2023-12-20 15:35:39] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:43:41] ServerMux : info - match path: / +[2023-12-20 15:43:41] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Ba9t to http://192.168.12.174:9880 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaAP&sid=Q-bEotjy48Culqh7AABQ to http://192.168.12.174:9880 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=Q-bEotjy48Culqh7AABQ to http://192.168.12.174:9880 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaAW&sid=Q-bEotjy48Culqh7AABQ to http://192.168.12.174:9880 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaBW&sid=Q-bEotjy48Culqh7AABQ to http://192.168.12.174:9880 +[2023-12-20 15:43:47] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:47] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaBZ&sid=Q-bEotjy48Culqh7AABQ to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaN- to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=4ne4X_EK1fgGdQeeAAtp to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaOH&sid=4ne4X_EK1fgGdQeeAAtp to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaOJ&sid=4ne4X_EK1fgGdQeeAAtp to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaOj&sid=4ne4X_EK1fgGdQeeAAtp to http://192.168.12.174:9880 +[2023-12-20 15:43:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:43:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BaOk&sid=4ne4X_EK1fgGdQeeAAtp to http://192.168.12.174:9880 +[2023-12-20 15:44:01] ServerMux : info - match path: / +[2023-12-20 15:44:01] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:44:09] ServerMux : info - match path: / +[2023-12-20 15:44:09] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:44:10] ServerMux : info - match path: / +[2023-12-20 15:44:10] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:44:10] ServerMux : info - match path: / +[2023-12-20 15:44:10] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:44:10] ServerMux : info - match path: / +[2023-12-20 15:44:10] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:44:10] ServerMux : info - match path: / +[2023-12-20 15:44:10] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:44:11] ServerMux : info - match path: / +[2023-12-20 15:44:11] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:44:11] ServerMux : info - match path: / +[2023-12-20 15:44:11] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:44:11] ServerMux : info - match path: / +[2023-12-20 15:44:11] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:44:11] ServerMux : info - match path: / +[2023-12-20 15:44:11] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:44:12] ServerMux : info - match path: / +[2023-12-20 15:44:12] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:44:13] ServerMux : info - match path: / +[2023-12-20 15:44:13] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6BghC to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Bgii&sid=URPFti6xFU18_ddIAAsQ to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=URPFti6xFU18_ddIAAsQ to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Bgip&sid=URPFti6xFU18_ddIAAsQ to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /themes +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6BgjT&sid=URPFti6xFU18_ddIAAsQ to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Bgjk&sid=URPFti6xFU18_ddIAAsQ to http://192.168.12.174:9880 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:44:14] ServerMux : info - match path: / +[2023-12-20 15:44:14] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:44:15] ServerMux : info - match path: / +[2023-12-20 15:44:15] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:44:15] ServerMux : info - match path: / +[2023-12-20 15:44:15] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:44:15] ServerMux : info - match path: / +[2023-12-20 15:44:15] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:44:15] ServerMux : info - match path: / +[2023-12-20 15:44:15] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:44:15] ServerMux : info - match path: / +[2023-12-20 15:44:15] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:44:16] ServerMux : info - match path: /token/check +[2023-12-20 15:44:16] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhNa to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: /token/check +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: / +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:44:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhU8 to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhV1&sid=EsAONmRiWeB1zLSfAABS to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=EsAONmRiWeB1zLSfAABS to http://192.168.12.174:9880 +[2023-12-20 15:44:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhV4&sid=EsAONmRiWeB1zLSfAABS to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=gYQBC78vouc6kKzyAAtr to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhZ4&sid=gYQBC78vouc6kKzyAAtr to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhZ5&sid=gYQBC78vouc6kKzyAAtr to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhcG&sid=EsAONmRiWeB1zLSfAABS to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /themes +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /themes +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhmM&sid=gYQBC78vouc6kKzyAAtr to http://192.168.12.174:9880 +[2023-12-20 15:44:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:44:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6BhmO&sid=gYQBC78vouc6kKzyAAtr to http://192.168.12.174:9880 +[2023-12-20 15:44:19] ServerMux : info - match path: / +[2023-12-20 15:44:19] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:48:23] ServerMux : info - match path: / +[2023-12-20 15:48:23] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:48:24] ServerMux : info - match path: / +[2023-12-20 15:48:24] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:48:24] ServerMux : info - match path: / +[2023-12-20 15:48:24] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:48:24] ServerMux : info - match path: / +[2023-12-20 15:48:24] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:48:24] ServerMux : info - match path: / +[2023-12-20 15:48:24] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:48:25] ServerMux : info - match path: / +[2023-12-20 15:48:25] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:48:26] ServerMux : info - match path: / +[2023-12-20 15:48:26] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CeML to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CeN2&sid=owltHVQNi48-a-X-AAsS to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=owltHVQNi48-a-X-AAsS to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CeN5&sid=owltHVQNi48-a-X-AAsS to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /themes +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CeNU&sid=owltHVQNi48-a-X-AAsS to http://192.168.12.174:9880 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:48:27] ServerMux : info - match path: / +[2023-12-20 15:48:27] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:48:28] ServerMux : info - match path: / +[2023-12-20 15:48:28] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:48:28] ServerMux : info - match path: / +[2023-12-20 15:48:28] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:48:28] ServerMux : info - match path: / +[2023-12-20 15:48:28] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:48:29] ServerMux : info - match path: /token/check +[2023-12-20 15:48:29] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cf8- to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: /token/check +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: / +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:48:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfFG to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfHU&sid=Cp3DikqiTKd8VcYZAABU to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=Cp3DikqiTKd8VcYZAABU to http://192.168.12.174:9880 +[2023-12-20 15:48:30] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:30] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfHZ&sid=Cp3DikqiTKd8VcYZAABU to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfMr&sid=S_LaBVg1HP_VdcvFAAtt to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=S_LaBVg1HP_VdcvFAAtt to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfMs&sid=S_LaBVg1HP_VdcvFAAtt to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfQB&sid=Cp3DikqiTKd8VcYZAABU to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /themes +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:48:31] ServerMux : info - match path: /themes +[2023-12-20 15:48:31] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:48:32] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:32] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfaD&sid=S_LaBVg1HP_VdcvFAAtt to http://192.168.12.174:9880 +[2023-12-20 15:48:32] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:48:32] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CfaF&sid=S_LaBVg1HP_VdcvFAAtt to http://192.168.12.174:9880 +[2023-12-20 15:48:32] ServerMux : info - match path: / +[2023-12-20 15:48:32] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:49:18] ServerMux : info - match path: / +[2023-12-20 15:49:18] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6CszQ to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cszh&sid=nq_YD6ZBEtJLfDrrAABW to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=nq_YD6ZBEtJLfDrrAABW to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cszk&sid=nq_YD6ZBEtJLfDrrAABW to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cs-T to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=GqhqfmNIIKzWqogEAAtv to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cs-i&sid=GqhqfmNIIKzWqogEAAtv to http://192.168.12.174:9880 +[2023-12-20 15:49:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:49:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Cs-k&sid=GqhqfmNIIKzWqogEAAtv to http://192.168.12.174:9880 +[2023-12-20 15:49:40] ServerMux : info - match path: / +[2023-12-20 15:49:40] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:49:40] ServerMux : info - match path: / +[2023-12-20 15:49:40] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:49:40] ServerMux : info - match path: / +[2023-12-20 15:49:40] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:49:40] ServerMux : info - match path: / +[2023-12-20 15:49:40] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:49:41] ServerMux : info - match path: / +[2023-12-20 15:49:41] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:49:42] ServerMux : info - match path: / +[2023-12-20 15:49:42] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:49:42] ServerMux : info - match path: / +[2023-12-20 15:49:42] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:49:43] ServerMux : info - match path: / +[2023-12-20 15:49:43] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:49:43] ServerMux : info - match path: / +[2023-12-20 15:49:43] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:49:43] ServerMux : info - match path: / +[2023-12-20 15:49:43] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:49:43] ServerMux : info - match path: / +[2023-12-20 15:49:43] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CxZQ to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CxaC&sid=2ZR8t_iBSAj3J8bsAAsU to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=2ZR8t_iBSAj3J8bsAAsU to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6CxaG&sid=2ZR8t_iBSAj3J8bsAAsU to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Cxay&sid=2ZR8t_iBSAj3J8bsAAsU to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: /themes +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:49:45] ServerMux : info - match path: / +[2023-12-20 15:49:45] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:49:46] ServerMux : info - match path: / +[2023-12-20 15:49:46] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:49:47] ServerMux : info - match path: / +[2023-12-20 15:49:47] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:49:58] ServerMux : info - match path: /token/check +[2023-12-20 15:49:58] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:50:11] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:11] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D1ok to http://192.168.12.174:9880 +[2023-12-20 15:50:11] ServerMux : info - match path: /token/check +[2023-12-20 15:50:11] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:50:11] ServerMux : info - match path: / +[2023-12-20 15:50:11] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:50:11] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:11] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D1xX to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D1zW&sid=2QnSz9P_lEnwSMHnAABY to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=2QnSz9P_lEnwSMHnAABY to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D1zb&sid=2QnSz9P_lEnwSMHnAABY to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=irDi_ToM1bqawuiQAAtx to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D22z&sid=irDi_ToM1bqawuiQAAtx to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D22_&sid=irDi_ToM1bqawuiQAAtx to http://192.168.12.174:9880 +[2023-12-20 15:50:12] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:12] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D28B&sid=2QnSz9P_lEnwSMHnAABY to http://192.168.12.174:9880 +[2023-12-20 15:50:13] ServerMux : info - match path: /themes +[2023-12-20 15:50:13] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:50:13] ServerMux : info - match path: /themes +[2023-12-20 15:50:13] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:50:13] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:13] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D2I8&sid=irDi_ToM1bqawuiQAAtx to http://192.168.12.174:9880 +[2023-12-20 15:50:13] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:50:13] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6D2I9&sid=irDi_ToM1bqawuiQAAtx to http://192.168.12.174:9880 +[2023-12-20 15:50:13] ServerMux : info - match path: / +[2023-12-20 15:50:13] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:52:03] ServerMux : info - match path: / +[2023-12-20 15:52:03] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:52:04] ServerMux : info - match path: / +[2023-12-20 15:52:04] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:52:04] ServerMux : info - match path: / +[2023-12-20 15:52:04] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:52:04] ServerMux : info - match path: / +[2023-12-20 15:52:04] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:52:04] ServerMux : info - match path: / +[2023-12-20 15:52:04] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:52:04] ServerMux : info - match path: / +[2023-12-20 15:52:04] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:52:05] ServerMux : info - match path: / +[2023-12-20 15:52:05] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:52:05] ServerMux : info - match path: / +[2023-12-20 15:52:05] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6DTyZ to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6DTzN&sid=g0Ky9RiQCn2cYUKWAAsW to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=g0Ky9RiQCn2cYUKWAAsW to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6DTzQ&sid=g0Ky9RiQCn2cYUKWAAsW to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /themes +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6DTzm&sid=g0Ky9RiQCn2cYUKWAAsW to http://192.168.12.174:9880 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:52:06] ServerMux : info - match path: / +[2023-12-20 15:52:06] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:52:07] ServerMux : info - match path: / +[2023-12-20 15:52:07] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:52:07] ServerMux : info - match path: / +[2023-12-20 15:52:07] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:52:07] ServerMux : info - match path: / +[2023-12-20 15:52:07] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:52:08] ServerMux : info - match path: / +[2023-12-20 15:52:08] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:52:08] ServerMux : info - match path: / +[2023-12-20 15:52:08] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:52:08] ServerMux : info - match path: / +[2023-12-20 15:52:08] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:52:08] ServerMux : info - match path: / +[2023-12-20 15:52:08] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:52:08] ServerMux : info - match path: /token/check +[2023-12-20 15:52:08] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:52:09] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:09] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUhi to http://192.168.12.174:9880 +[2023-12-20 15:52:09] ServerMux : info - match path: /token/check +[2023-12-20 15:52:09] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: / +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUph to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=NSFzsFPtruPrJou1AABa to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUqn&sid=NSFzsFPtruPrJou1AABa to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUqq&sid=NSFzsFPtruPrJou1AABa to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=Ln1URqgBGkRTc5xuAAt1 to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUzF&sid=Ln1URqgBGkRTc5xuAAt1 to http://192.168.12.174:9880 +[2023-12-20 15:52:10] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:10] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DUzH&sid=Ln1URqgBGkRTc5xuAAt1 to http://192.168.12.174:9880 +[2023-12-20 15:52:11] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:11] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DV09&sid=NSFzsFPtruPrJou1AABa to http://192.168.12.174:9880 +[2023-12-20 15:52:11] ServerMux : info - match path: /themes +[2023-12-20 15:52:11] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:52:11] ServerMux : info - match path: /themes +[2023-12-20 15:52:11] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:52:11] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:11] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DVBx&sid=Ln1URqgBGkRTc5xuAAt1 to http://192.168.12.174:9880 +[2023-12-20 15:52:11] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:52:11] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6DVBy&sid=Ln1URqgBGkRTc5xuAAt1 to http://192.168.12.174:9880 +[2023-12-20 15:52:12] ServerMux : info - match path: / +[2023-12-20 15:52:12] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:55:48] ServerMux : info - match path: / +[2023-12-20 15:55:48] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:55:50] ServerMux : info - match path: / +[2023-12-20 15:55:50] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:55:51] ServerMux : info - match path: / +[2023-12-20 15:55:51] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:55:52] ServerMux : info - match path: / +[2023-12-20 15:55:52] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:55:52] ServerMux : info - match path: / +[2023-12-20 15:55:52] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ELWg to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=r_klZj0L7zxZujDYAAsc to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ELXa&sid=r_klZj0L7zxZujDYAAsc to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ELXd&sid=r_klZj0L7zxZujDYAAsc to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /themes +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ELY3&sid=r_klZj0L7zxZujDYAAsc to http://192.168.12.174:9880 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:55:54] ServerMux : info - match path: / +[2023-12-20 15:55:54] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:55:55] ServerMux : info - match path: / +[2023-12-20 15:55:55] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:55:55] ServerMux : info - match path: / +[2023-12-20 15:55:55] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:55:55] ServerMux : info - match path: / +[2023-12-20 15:55:55] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:55:55] ServerMux : info - match path: / +[2023-12-20 15:55:55] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:55:55] ServerMux : info - match path: / +[2023-12-20 15:55:55] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:55:56] ServerMux : info - match path: /token/check +[2023-12-20 15:55:56] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EME7 to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: /token/check +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: / +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:55:57] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMOh to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMPz&sid=KlHnF-1FWDlRVZ_zAABc to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=KlHnF-1FWDlRVZ_zAABc to http://192.168.12.174:9880 +[2023-12-20 15:55:57] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:57] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMQ0&sid=KlHnF-1FWDlRVZ_zAABc to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=cp9c6vGwxFf9Pl86AAt3 to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMWm&sid=cp9c6vGwxFf9Pl86AAt3 to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMWo&sid=cp9c6vGwxFf9Pl86AAt3 to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMaL&sid=KlHnF-1FWDlRVZ_zAABc to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /themes +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:55:58] ServerMux : info - match path: /themes +[2023-12-20 15:55:58] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:55:59] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:59] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMj4&sid=cp9c6vGwxFf9Pl86AAt3 to http://192.168.12.174:9880 +[2023-12-20 15:55:59] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:55:59] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6EMj6&sid=cp9c6vGwxFf9Pl86AAt3 to http://192.168.12.174:9880 +[2023-12-20 15:55:59] ServerMux : info - match path: / +[2023-12-20 15:55:59] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:56:17] ServerMux : info - match path: / +[2023-12-20 15:56:17] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 15:56:18] ServerMux : info - match path: / +[2023-12-20 15:56:18] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 15:56:19] ServerMux : info - match path: / +[2023-12-20 15:56:19] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:56:19] ServerMux : info - match path: / +[2023-12-20 15:56:19] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 15:56:19] ServerMux : info - match path: / +[2023-12-20 15:56:19] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 15:56:20] ServerMux : info - match path: / +[2023-12-20 15:56:20] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 15:56:20] ServerMux : info - match path: / +[2023-12-20 15:56:20] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 15:56:20] ServerMux : info - match path: / +[2023-12-20 15:56:20] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 15:56:21] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:56:21] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ESGs to http://192.168.12.174:9880 +[2023-12-20 15:56:21] ServerMux : info - match path: /themes +[2023-12-20 15:56:21] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 15:56:21] ServerMux : info - match path: / +[2023-12-20 15:56:21] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 15:56:21] ServerMux : info - match path: / +[2023-12-20 15:56:21] ServerMux : info - match path: / +[2023-12-20 15:56:21] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 15:56:21] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=xxqBqWi6pKO4wCxvAAsg to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /themes +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /themes +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ESHd&sid=xxqBqWi6pKO4wCxvAAsg to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /themes +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /themes +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /themes +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ESHf&sid=xxqBqWi6pKO4wCxvAAsg to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: /socket.io/ +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ESIB&sid=xxqBqWi6pKO4wCxvAAsg to http://192.168.12.174:9880 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 15:56:22] ServerMux : info - match path: / +[2023-12-20 15:56:22] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:56:23] ServerMux : info - match path: / +[2023-12-20 15:56:23] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:56:23] ServerMux : info - match path: / +[2023-12-20 15:56:23] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 15:56:23] ServerMux : info - match path: / +[2023-12-20 15:56:23] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 15:56:23] ServerMux : info - match path: / +[2023-12-20 15:56:23] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 15:56:24] ServerMux : info - match path: /token/check +[2023-12-20 15:56:24] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ET2P to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: /token/check +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: / +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 15:56:25] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETAL to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETCU&sid=0vzFQHU2hNP6pau9AABe to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=0vzFQHU2hNP6pau9AABe to http://192.168.12.174:9880 +[2023-12-20 15:56:25] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:25] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETCY&sid=0vzFQHU2hNP6pau9AABe to http://192.168.12.174:9880 +[2023-12-20 15:56:26] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETJl&sid=zVrWllGBDxgRJHYjAAt5 to http://192.168.12.174:9880 +[2023-12-20 15:56:26] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:26] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=zVrWllGBDxgRJHYjAAt5 to http://192.168.12.174:9880 +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETJn&sid=zVrWllGBDxgRJHYjAAt5 to http://192.168.12.174:9880 +[2023-12-20 15:56:26] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETMp&sid=0vzFQHU2hNP6pau9AABe to http://192.168.12.174:9880 +[2023-12-20 15:56:26] ServerMux : info - match path: /themes +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 15:56:26] ServerMux : info - match path: /themes +[2023-12-20 15:56:26] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 15:56:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETa-&sid=zVrWllGBDxgRJHYjAAt5 to http://192.168.12.174:9880 +[2023-12-20 15:56:27] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 15:56:27] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6ETa_&sid=zVrWllGBDxgRJHYjAAt5 to http://192.168.12.174:9880 +[2023-12-20 15:56:28] ServerMux : info - match path: / +[2023-12-20 15:56:28] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 15:56:52] ServerMux : info - match path: / +[2023-12-20 15:56:52] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:14:35] ServerMux : info - match path: / +[2023-12-20 16:14:35] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:15:27] ServerMux : info - match path: / +[2023-12-20 16:15:27] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:15:29] ServerMux : info - match path: / +[2023-12-20 16:15:29] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:15:29] ServerMux : info - match path: / +[2023-12-20 16:15:29] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:15:29] ServerMux : info - match path: / +[2023-12-20 16:15:29] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:15:37] ServerMux : info - match path: / +[2023-12-20 16:15:37] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:15:40] ServerMux : info - match path: / +[2023-12-20 16:15:40] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:15:42] ServerMux : info - match path: / +[2023-12-20 16:15:42] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:15:43] ServerMux : info - match path: / +[2023-12-20 16:15:43] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:15:43] ServerMux : info - match path: / +[2023-12-20 16:15:43] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6IuNj to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6IuQ8&sid=3pyh5r1Tid1HnF7LAAsm to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=3pyh5r1Tid1HnF7LAAsm to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6IuQL&sid=3pyh5r1Tid1HnF7LAAsm to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6IuQ-&sid=3pyh5r1Tid1HnF7LAAsm to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: /themes +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:15:45] ServerMux : info - match path: / +[2023-12-20 16:15:45] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:15:46] ServerMux : info - match path: / +[2023-12-20 16:15:46] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:15:47] ServerMux : info - match path: / +[2023-12-20 16:15:47] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:17:46] ServerMux : info - match path: / +[2023-12-20 16:17:46] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:17:48] ServerMux : info - match path: / +[2023-12-20 16:17:48] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:17:49] ServerMux : info - match path: / +[2023-12-20 16:17:49] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:17:50] ServerMux : info - match path: / +[2023-12-20 16:17:50] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:17:50] ServerMux : info - match path: / +[2023-12-20 16:17:50] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:17:51] ServerMux : info - match path: / +[2023-12-20 16:17:51] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:17:51] ServerMux : info - match path: / +[2023-12-20 16:17:51] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6JNay to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=3EY1rQhnJFnJiVA2AAso to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6JNbx&sid=3EY1rQhnJFnJiVA2AAso to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6JNb-&sid=3EY1rQhnJFnJiVA2AAso to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: /themes +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:17:53] ServerMux : info - match path: / +[2023-12-20 16:17:53] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:17:54] ServerMux : info - match path: / +[2023-12-20 16:17:54] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:17:54] ServerMux : info - match path: / +[2023-12-20 16:17:54] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:17:54] ServerMux : info - match path: / +[2023-12-20 16:17:54] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:17:54] ServerMux : info - match path: / +[2023-12-20 16:17:54] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:17:54] ServerMux : info - match path: / +[2023-12-20 16:17:54] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:25:17] ServerMux : info - match path: /token/check +[2023-12-20 16:25:17] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:33:17] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:17] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvD8 to http://192.168.12.174:9880 +[2023-12-20 16:33:17] ServerMux : info - match path: /token/check +[2023-12-20 16:33:17] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:33:17] ServerMux : info - match path: / +[2023-12-20 16:33:17] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvOJ to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvPz&sid=JnjtKquUephj6shfAABi to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=JnjtKquUephj6shfAABi to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvQ1&sid=JnjtKquUephj6shfAABi to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=tgZNpfuN9up5ugOjAAt9 to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvWP&sid=tgZNpfuN9up5ugOjAAt9 to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvWR&sid=tgZNpfuN9up5ugOjAAt9 to http://192.168.12.174:9880 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:33:18] ServerMux : info - match path: / +[2023-12-20 16:33:18] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:33:19] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:19] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6MvaD&sid=JnjtKquUephj6shfAABi to http://192.168.12.174:9880 +[2023-12-20 16:33:19] ServerMux : info - match path: /themes +[2023-12-20 16:33:19] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:33:19] ServerMux : info - match path: /themes +[2023-12-20 16:33:19] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:33:19] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:19] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Mvg5&sid=tgZNpfuN9up5ugOjAAt9 to http://192.168.12.174:9880 +[2023-12-20 16:33:19] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:33:19] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Mvg6&sid=tgZNpfuN9up5ugOjAAt9 to http://192.168.12.174:9880 +[2023-12-20 16:33:20] ServerMux : info - match path: / +[2023-12-20 16:33:20] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:37:18] ServerMux : info - match path: / +[2023-12-20 16:37:18] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:37:20] ServerMux : info - match path: / +[2023-12-20 16:37:20] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:37:21] ServerMux : info - match path: / +[2023-12-20 16:37:21] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:37:22] ServerMux : info - match path: / +[2023-12-20 16:37:22] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:37:23] ServerMux : info - match path: / +[2023-12-20 16:37:23] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:37:24] ServerMux : info - match path: / +[2023-12-20 16:37:24] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Nrvv to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Nrx9&sid=gh6IeT7F5D7RuUEvAAsq to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=gh6IeT7F5D7RuUEvAAsq to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6NrxC&sid=gh6IeT7F5D7RuUEvAAsq to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6NrxS&sid=gh6IeT7F5D7RuUEvAAsq to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: /themes +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:37:26] ServerMux : info - match path: / +[2023-12-20 16:37:26] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:37:27] ServerMux : info - match path: / +[2023-12-20 16:37:27] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:38:23] ServerMux : info - match path: / +[2023-12-20 16:38:23] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:38:57] ServerMux : info - match path: / +[2023-12-20 16:38:57] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:38:58] ServerMux : info - match path: / +[2023-12-20 16:38:58] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:38:59] ServerMux : info - match path: / +[2023-12-20 16:38:59] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:38:59] ServerMux : info - match path: / +[2023-12-20 16:38:59] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:38:59] ServerMux : info - match path: / +[2023-12-20 16:38:59] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:38:59] ServerMux : info - match path: / +[2023-12-20 16:38:59] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:39:00] ServerMux : info - match path: / +[2023-12-20 16:39:00] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:39:00] ServerMux : info - match path: / +[2023-12-20 16:39:00] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:39:01] ServerMux : info - match path: / +[2023-12-20 16:39:01] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ODZB to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ODaY&sid=fg575eWIgbkHqyeMAAss to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=fg575eWIgbkHqyeMAAss to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ODaf&sid=fg575eWIgbkHqyeMAAss to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: /themes +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:39:03] ServerMux : info - match path: / +[2023-12-20 16:39:03] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:04] ServerMux : info - match path: / +[2023-12-20 16:39:04] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:39:53] ServerMux : info - match path: / +[2023-12-20 16:39:53] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:39:54] ServerMux : info - match path: / +[2023-12-20 16:39:54] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:39:55] ServerMux : info - match path: / +[2023-12-20 16:39:55] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:39:56] ServerMux : info - match path: / +[2023-12-20 16:39:56] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:39:56] ServerMux : info - match path: / +[2023-12-20 16:39:56] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:39:57] ServerMux : info - match path: / +[2023-12-20 16:39:57] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:39:57] ServerMux : info - match path: / +[2023-12-20 16:39:57] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6ORN7 to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6OROB&sid=U4_-U8BinL8Xu4iWAAsu to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=U4_-U8BinL8Xu4iWAAsu to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6OROF&sid=U4_-U8BinL8Xu4iWAAsu to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: /themes +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:39:59] ServerMux : info - match path: / +[2023-12-20 16:39:59] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:00] ServerMux : info - match path: / +[2023-12-20 16:40:00] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:01] ServerMux : info - match path: / +[2023-12-20 16:40:01] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:40:47] ServerMux : info - match path: /token/check +[2023-12-20 16:40:47] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:40:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdIX to http://192.168.12.174:9880 +[2023-12-20 16:40:48] ServerMux : info - match path: /token/check +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: / +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:40:48] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:48] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdPL to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: / +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:40:49] ServerMux : info - match path: / +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdQ_&sid=OXU4elwtUStVsyOiAABk to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=OXU4elwtUStVsyOiAABk to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdR2&sid=OXU4elwtUStVsyOiAABk to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdVV&sid=nJ8KKLKMjMfWX1gFAAt_ to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=nJ8KKLKMjMfWX1gFAAt_ to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdVX&sid=nJ8KKLKMjMfWX1gFAAt_ to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: / +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:40:49] ServerMux : info - match path: / +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:40:49] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OdZR&sid=OXU4elwtUStVsyOiAABk to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /themes +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:40:49] ServerMux : info - match path: /themes +[2023-12-20 16:40:49] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:40:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:50] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Odhb&sid=nJ8KKLKMjMfWX1gFAAt_ to http://192.168.12.174:9880 +[2023-12-20 16:40:50] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:40:50] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Odhc&sid=nJ8KKLKMjMfWX1gFAAt_ to http://192.168.12.174:9880 +[2023-12-20 16:40:50] ServerMux : info - match path: / +[2023-12-20 16:40:50] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:40:51] ServerMux : info - match path: / +[2023-12-20 16:40:51] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:40:52] ServerMux : info - match path: / +[2023-12-20 16:40:52] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:40:53] ServerMux : info - match path: / +[2023-12-20 16:40:53] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:40:53] ServerMux : info - match path: / +[2023-12-20 16:40:53] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:40:54] ServerMux : info - match path: / +[2023-12-20 16:40:54] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:40:55] ServerMux : info - match path: / +[2023-12-20 16:40:55] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:40:56] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:40:56] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Of6y to http://192.168.12.174:9880 +[2023-12-20 16:40:56] ServerMux : info - match path: /themes +[2023-12-20 16:40:56] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:40:56] ServerMux : info - match path: / +[2023-12-20 16:40:56] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:40:56] ServerMux : info - match path: / +[2023-12-20 16:40:56] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:40:56] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:40:56] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=1yQj4VDRiI5aMqLdAAsw to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /themes +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /themes +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /themes +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /themes +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /themes +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Of7u&sid=1yQj4VDRiI5aMqLdAAsw to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Of7z&sid=1yQj4VDRiI5aMqLdAAsw to http://192.168.12.174:9880 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:40:57] ServerMux : info - match path: / +[2023-12-20 16:40:57] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:40:58] ServerMux : info - match path: / +[2023-12-20 16:40:58] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:40:59] ServerMux : info - match path: /token/check +[2023-12-20 16:40:59] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:41:00] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgBy to http://192.168.12.174:9880 +[2023-12-20 16:41:00] ServerMux : info - match path: /token/check +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgJK to http://192.168.12.174:9880 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:41:00] ServerMux : info - match path: / +[2023-12-20 16:41:00] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgLe&sid=oNyKoAbziJo7zD7-AABm to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=oNyKoAbziJo7zD7-AABm to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgLm&sid=oNyKoAbziJo7zD7-AABm to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=sf6ClNxCka3zjsYaAAuB to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgSl&sid=sf6ClNxCka3zjsYaAAuB to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgSn&sid=sf6ClNxCka3zjsYaAAuB to http://192.168.12.174:9880 +[2023-12-20 16:41:01] ServerMux : info - match path: / +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:41:01] ServerMux : info - match path: / +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:41:01] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:01] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6OgWB&sid=oNyKoAbziJo7zD7-AABm to http://192.168.12.174:9880 +[2023-12-20 16:41:02] ServerMux : info - match path: /themes +[2023-12-20 16:41:02] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:41:02] ServerMux : info - match path: /themes +[2023-12-20 16:41:02] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:41:02] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:02] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Ogez&sid=sf6ClNxCka3zjsYaAAuB to http://192.168.12.174:9880 +[2023-12-20 16:41:02] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:41:02] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Oge-&sid=sf6ClNxCka3zjsYaAAuB to http://192.168.12.174:9880 +[2023-12-20 16:41:02] ServerMux : info - match path: / +[2023-12-20 16:41:02] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:44:29] ServerMux : info - match path: / +[2023-12-20 16:44:29] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:44:31] ServerMux : info - match path: / +[2023-12-20 16:44:31] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:44:32] ServerMux : info - match path: / +[2023-12-20 16:44:32] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:44:32] ServerMux : info - match path: / +[2023-12-20 16:44:32] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:44:33] ServerMux : info - match path: / +[2023-12-20 16:44:33] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:44:33] ServerMux : info - match path: / +[2023-12-20 16:44:33] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PUdm to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PUel&sid=vLJCml8tS5t3STCUAAsy to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=vLJCml8tS5t3STCUAAsy to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PUep&sid=vLJCml8tS5t3STCUAAsy to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /themes +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PUf8&sid=vLJCml8tS5t3STCUAAsy to http://192.168.12.174:9880 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:44:35] ServerMux : info - match path: / +[2023-12-20 16:44:35] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:44:36] ServerMux : info - match path: / +[2023-12-20 16:44:36] ServerMux : info - match path: / +[2023-12-20 16:44:36] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:44:36] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:44:36] ServerMux : info - match path: / +[2023-12-20 16:44:36] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:44:36] ServerMux : info - match path: /token/check +[2023-12-20 16:44:36] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:44:37] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:37] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVI7 to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /token/check +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVQP to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: / +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVRN&sid=XfA2pb8yuQ-Pgpl6AAuD to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=XfA2pb8yuQ-Pgpl6AAuD to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVRP&sid=XfA2pb8yuQ-Pgpl6AAuD to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVYI&sid=YSVOGm00Z3GaECrZAAuE to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=YSVOGm00Z3GaECrZAAuE to http://192.168.12.174:9880 +[2023-12-20 16:44:38] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:38] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVYK&sid=YSVOGm00Z3GaECrZAAuE to http://192.168.12.174:9880 +[2023-12-20 16:44:39] ServerMux : info - match path: / +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:44:39] ServerMux : info - match path: / +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:44:39] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVbc&sid=XfA2pb8yuQ-Pgpl6AAuD to http://192.168.12.174:9880 +[2023-12-20 16:44:39] ServerMux : info - match path: /themes +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:44:39] ServerMux : info - match path: /themes +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:44:39] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVk7&sid=YSVOGm00Z3GaECrZAAuE to http://192.168.12.174:9880 +[2023-12-20 16:44:39] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:44:39] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PVk8&sid=YSVOGm00Z3GaECrZAAuE to http://192.168.12.174:9880 +[2023-12-20 16:44:40] ServerMux : info - match path: / +[2023-12-20 16:44:40] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:45:27] ServerMux : info - match path: / +[2023-12-20 16:45:27] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:45:28] ServerMux : info - match path: / +[2023-12-20 16:45:28] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:45:29] ServerMux : info - match path: / +[2023-12-20 16:45:29] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:45:30] ServerMux : info - match path: / +[2023-12-20 16:45:30] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:45:30] ServerMux : info - match path: / +[2023-12-20 16:45:30] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:45:31] ServerMux : info - match path: / +[2023-12-20 16:45:31] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Pie8 to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=P6GwR-5Av_kSrJf_AAs0 to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /themes +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Pie_&sid=P6GwR-5Av_kSrJf_AAs0 to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Pif2&sid=P6GwR-5Av_kSrJf_AAs0 to http://192.168.12.174:9880 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:45:32] ServerMux : info - match path: / +[2023-12-20 16:45:32] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:45:33] ServerMux : info - match path: / +[2023-12-20 16:45:33] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:45:34] ServerMux : info - match path: /token/check +[2023-12-20 16:45:34] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjJM to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: /token/check +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjPu to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: / +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:45:35] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjRG&sid=rZ-ZlV43BJE7JNzUAAuH to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=rZ-ZlV43BJE7JNzUAAuH to http://192.168.12.174:9880 +[2023-12-20 16:45:35] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:35] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjRK&sid=rZ-ZlV43BJE7JNzUAAuH to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjWU&sid=lHlEOLldm8EjwOPCAAuI to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=lHlEOLldm8EjwOPCAAuI to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjWW&sid=lHlEOLldm8EjwOPCAAuI to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: / +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:45:36] ServerMux : info - match path: / +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjZd&sid=rZ-ZlV43BJE7JNzUAAuH to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /themes +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /themes +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pjg8&sid=lHlEOLldm8EjwOPCAAuI to http://192.168.12.174:9880 +[2023-12-20 16:45:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:45:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PjgA&sid=lHlEOLldm8EjwOPCAAuI to http://192.168.12.174:9880 +[2023-12-20 16:45:37] ServerMux : info - match path: / +[2023-12-20 16:45:37] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/css/all.css to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/css/theme-light.css to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/soul.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/AssetStatejs.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/echarts.common.min.js?v=20230209 to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/styles.css to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/runtime.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/polyfills.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/vendor.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/main.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/styles.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/scripts.js to http://localhost:4200 +[2023-12-20 16:45:58] ServerMux : info - match path: / +[2023-12-20 16:45:58] Proxy : debug - proxy localhost:3000/assets/mpegts/mpegts.js.map to http://localhost:4200 +[2023-12-20 16:45:59] ServerMux : info - match path: / +[2023-12-20 16:45:59] Proxy : debug - proxy localhost:3000/styles.css.map to http://localhost:4200 +[2023-12-20 16:45:59] ServerMux : info - match path: / +[2023-12-20 16:45:59] Proxy : debug - proxy localhost:3000/runtime.js.map to http://localhost:4200 +[2023-12-20 16:45:59] ServerMux : info - match path: / +[2023-12-20 16:45:59] Proxy : debug - proxy localhost:3000/polyfills.js.map to http://localhost:4200 +[2023-12-20 16:45:59] ServerMux : info - match path: / +[2023-12-20 16:45:59] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:46:00] ServerMux : info - match path: / +[2023-12-20 16:46:00] Proxy : debug - proxy localhost:3000/styles.js.map to http://localhost:4200 +[2023-12-20 16:46:00] ServerMux : info - match path: / +[2023-12-20 16:46:00] Proxy : debug - proxy localhost:3000/scripts.js.map to http://localhost:4200 +[2023-12-20 16:46:00] ServerMux : info - match path: / +[2023-12-20 16:46:00] Proxy : debug - proxy localhost:3000/main.js.map to http://localhost:4200 +[2023-12-20 16:46:00] ServerMux : info - match path: / +[2023-12-20 16:46:00] Proxy : debug - proxy localhost:3000/vendor.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PpwR to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/style.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/common.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Ppxs&sid=LKZxTcEIxROzOJmrAAs2 to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=LKZxTcEIxROzOJmrAAs2 to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Ppx-&sid=LKZxTcEIxROzOJmrAAs2 to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/colors.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/djs.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/component.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/rightimage.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /themes +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/themes/mg/tui.css to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Ppyp&sid=LKZxTcEIxROzOJmrAAs2 to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: /socket.io/ +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6PpzA&sid=LKZxTcEIxROzOJmrAAs2 to http://192.168.12.174:9880 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_room_service_ts-src_app_share_guard_permission_guard_ts-sr-386b7c.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/common.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/src_app_ops_ops_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_circuit-diagram-editor_circuit-diagram-editor_module_ts-src_app_share_g-5aa187.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_share_base_service_device-common-fun_service_ts-src_app_share_guard_common-us-9cdc36.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/src_app_ops_asset-building_asset-building_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:46:02] ServerMux : info - match path: / +[2023-12-20 16:46:02] Proxy : debug - proxy localhost:3000/default-src_app_real-monitor_real-monitor_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:46:03] ServerMux : info - match path: / +[2023-12-20 16:46:03] Proxy : debug - proxy localhost:3000/default-src_app_ops_asset_asset_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:46:03] ServerMux : info - match path: / +[2023-12-20 16:46:03] Proxy : debug - proxy localhost:3000/favicon.ico to http://localhost:4200 +[2023-12-20 16:46:03] ServerMux : info - match path: / +[2023-12-20 16:46:03] Proxy : debug - proxy localhost:3000/default-src_app_template-buz-control_template-buz-control_module_ts.js.map to http://localhost:4200 +[2023-12-20 16:46:03] ServerMux : info - match path: / +[2023-12-20 16:46:03] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:46:04] ServerMux : info - match path: /token/check +[2023-12-20 16:46:04] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PqaZ to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: /token/check +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/token/check to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/heart.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/rollback.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/user.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/fullscreen.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/logout.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/outline/home.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pql6 to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/images/logo.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: / +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/assets/images/tts.svg to http://localhost:4200 +[2023-12-20 16:46:05] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pqn0&sid=J58F3pwVhFmqRYTtAAuL to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=J58F3pwVhFmqRYTtAAuL to http://192.168.12.174:9880 +[2023-12-20 16:46:05] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:05] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pqn5&sid=J58F3pwVhFmqRYTtAAuL to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: / +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/assets/outline/setting.svg to http://localhost:4200 +[2023-12-20 16:46:06] ServerMux : info - match path: / +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/assets/images/dashboard-main.svg to http://localhost:4200 +[2023-12-20 16:46:06] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=3xVrPWmc2o-WhQXxAAuM to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PqyM&sid=3xVrPWmc2o-WhQXxAAuM to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6PqyP&sid=3xVrPWmc2o-WhQXxAAuM to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pqzo&sid=J58F3pwVhFmqRYTtAAuL to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: /themes +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-page.png to http://192.168.12.174:9880 +[2023-12-20 16:46:06] ServerMux : info - match path: /themes +[2023-12-20 16:46:06] Proxy : debug - proxy localhost:3000/themes/mg/assets/images/empty/empty-in-table.png to http://192.168.12.174:9880 +[2023-12-20 16:46:07] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:07] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pr5w&sid=3xVrPWmc2o-WhQXxAAuM to http://192.168.12.174:9880 +[2023-12-20 16:46:07] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 16:46:07] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6Pr5y&sid=3xVrPWmc2o-WhQXxAAuM to http://192.168.12.174:9880 +[2023-12-20 16:46:07] ServerMux : info - match path: / +[2023-12-20 16:46:07] Proxy : debug - proxy localhost:3000/assets/images/building.svg to http://localhost:4200 +[2023-12-20 16:46:32] ServerMux : info - match path: / +[2023-12-20 16:46:32] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:47:17] ServerMux : info - match path: / +[2023-12-20 16:47:17] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:47:19] ServerMux : info - match path: / +[2023-12-20 16:47:19] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:47:23] ServerMux : info - match path: / +[2023-12-20 16:47:23] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:47:31] ServerMux : info - match path: / +[2023-12-20 16:47:31] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:47:47] ServerMux : info - match path: / +[2023-12-20 16:47:47] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:48:19] ServerMux : info - match path: / +[2023-12-20 16:48:19] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:49:23] ServerMux : info - match path: / +[2023-12-20 16:49:23] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:51:31] ServerMux : info - match path: / +[2023-12-20 16:51:31] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 16:55:47] ServerMux : info - match path: / +[2023-12-20 16:55:47] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 17:04:19] ServerMux : info - match path: / +[2023-12-20 17:04:19] Proxy : debug - proxy localhost:3000/ws to http://localhost:4200 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Z_W2 to http://192.168.12.174:9880 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Z_WI&sid=qSfAtYPNny_x-020AAtO to http://192.168.12.174:9880 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=qSfAtYPNny_x-020AAtO to http://192.168.12.174:9880 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Z_WL&sid=qSfAtYPNny_x-020AAtO to http://192.168.12.174:9880 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Z_Wl&sid=qSfAtYPNny_x-020AAtO to http://192.168.12.174:9880 +[2023-12-20 17:30:31] ServerMux : info - match path: /socket.io/ +[2023-12-20 17:30:31] Proxy : debug - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6Z_Wp&sid=qSfAtYPNny_x-020AAtO to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0pO to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0pd&sid=LPN_NRcoaJLpWCCMAAur to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=LPN_NRcoaJLpWCCMAAur to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0pf&sid=LPN_NRcoaJLpWCCMAAur to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0qU to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=I4vaFEih7kOWCvzAAAut to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0qi&sid=I4vaFEih7kOWCvzAAAut to http://192.168.12.174:9880 +[2023-12-20 17:30:36] ServerMux : info - match path: /cloudops-state/ +[2023-12-20 17:30:36] Proxy : debug - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6a0qk&sid=I4vaFEih7kOWCvzAAAut to http://192.168.12.174:9880 +[2023-12-20 17:45:13] Server : info - Load config success +[2023-12-20 17:45:13] Server : info - start gohttpd +[2023-12-20 17:45:13] ServerMux : debug - NewServeMux +[2023-12-20 17:45:13] ServerMux : debug - add directive: Set-Header +[2023-12-20 17:45:13] ServerMux : debug - add directive: Set-Header +[2023-12-20 17:45:13] ServerMux : debug - add directive: Set-Header +[2023-12-20 17:45:13] ServerMux : debug - NewServeMux +[2023-12-20 17:45:13] Listener : debug - listen on :8088 +[2023-12-20 17:45:13] Listener : debug - listen on :3000 +[2023-12-20 17:45:13] Server : info - gohttpd start success +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNrf to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNs1 to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-POST /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNsI&sid=ExTV26q48CxNTaIIAABw to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37700-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=ExTV26q48CxNTaIIAABw to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37714-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNsL&sid=ExTV26q48CxNTaIIAABw to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37714-POST /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNsf&sid=XtIzVmTITG5RWz24AAuz to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37724-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=websocket&sid=XtIzVmTITG5RWz24AAuz to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNsi&sid=XtIzVmTITG5RWz24AAuz to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6dNss to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-POST /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNtK&sid=ExTV26q48CxNTaIIAABw to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37714-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNtN&sid=ExTV26q48CxNTaIIAABw to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37714-POST /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6dNth&sid=W7d5tVTUqTmYqYzEAAtS to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37740-GET /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=websocket&sid=W7d5tVTUqTmYqYzEAAtS to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6dNtk&sid=W7d5tVTUqTmYqYzEAAtS to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-POST /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNu3&sid=XtIzVmTITG5RWz24AAuz to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-GET /cloudops-state/ +[2023-12-20 17:45:17] Access : info - match path: /cloudops-state/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/cloudops-state/?EIO=4&transport=polling&t=Oo6dNw4&sid=XtIzVmTITG5RWz24AAuz to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37694-POST /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6dNwh&sid=W7d5tVTUqTmYqYzEAAtS to http://192.168.12.174:9880 +[2023-12-20 17:45:17] Access : info - From [::1]:37714-GET /socket.io/ +[2023-12-20 17:45:17] Access : info - match path: /socket.io/ +[2023-12-20 17:45:17] Proxy : info - proxy localhost:3000/socket.io/?EIO=4&transport=polling&t=Oo6dNwk&sid=W7d5tVTUqTmYqYzEAAtS to http://192.168.12.174:9880 +[2023-12-20 17:45:22] Access : info - From [::1]:37714-GET /buz/ops/building/view/6567ea5774194b2220ef0d14 +[2023-12-20 17:45:22] Access : info - match path: / +[2023-12-20 17:45:22] Proxy : info - proxy localhost:3000/buz/ops/building/view/6567ea5774194b2220ef0d14 to http://localhost:4200 +[2023-12-20 17:45:29] Access : info - From [::1]:46762-GET / +[2023-12-20 17:45:29] Access : info - match path: / +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Origin:* +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Headers:Content-Type, Authorization, Content-Length, X-Requested-With +[2023-12-20 17:45:29] filehandler : debug - access:/persistent/home/kingecg/work/code/gohttp/adminui +[2023-12-20 17:45:29] filehandler : debug - access:/persistent/home/kingecg/work/code/gohttp/adminui/index.html +[2023-12-20 17:45:29] Access : info - From [::1]:46762-GET /favicon.ico +[2023-12-20 17:45:29] Access : info - match path: / +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Origin:* +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS +[2023-12-20 17:45:29] Directive : debug - Set-Header Access-Control-Allow-Headers:Content-Type, Authorization, Content-Length, X-Requested-With +[2023-12-20 17:45:29] filehandler : debug - access:/persistent/home/kingecg/work/code/gohttp/adminui/favicon.ico +[2023-12-20 17:45:29] filehandler : error - access file error:/persistent/home/kingecg/work/code/gohttp/adminui/favicon.icostat /persistent/home/kingecg/work/code/gohttp/adminui/favicon.ico: no such file or directory +[2023-12-20 17:47:04] Access : info - From [::1]:46762-GET /api/config/cloud +[2023-12-20 17:47:04] Access : info - match path: /api/ +[2023-12-20 17:47:04] Directive : debug - Set-Header Access-Control-Allow-Origin:* +[2023-12-20 17:47:04] Directive : debug - Set-Header Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS +[2023-12-20 17:47:04] Directive : debug - Set-Header Access-Control-Allow-Headers:Content-Type, Authorization, Content-Length, X-Requested-With +[2023-12-20 17:47:09] Access : info - From [::1]:46762-GET /api/config/cloud +[2023-12-20 17:47:09] Access : info - match path: /api/ +[2023-12-20 17:47:09] Directive : debug - Set-Header Access-Control-Allow-Origin:* +[2023-12-20 17:47:09] Directive : debug - Set-Header Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS +[2023-12-20 17:47:09] Directive : debug - Set-Header Access-Control-Allow-Headers:Content-Type, Authorization, Content-Length, X-Requested-With +[2023-12-20 17:47:09] Route : debug - match route: GET /config/cloud +[2023-12-20 17:47:09] URLMatcher : debug - Match for /config/cloud +[2023-12-20 17:47:24] Access : info - From [::1]:46762-GET /api/config/cloudops +[2023-12-20 17:47:24] Access : info - match path: /api/ +[2023-12-20 17:47:24] Directive : debug - Set-Header Access-Control-Allow-Origin:* +[2023-12-20 17:47:24] Directive : debug - Set-Header Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS +[2023-12-20 17:47:24] Directive : debug - Set-Header Access-Control-Allow-Headers:Content-Type, Authorization, Content-Length, X-Requested-With +[2023-12-20 17:47:24] Route : debug - match route: GET /config/cloudops +[2023-12-20 17:47:24] URLMatcher : debug - Match for /config/cloudops diff --git a/handler/proxy.go b/handler/proxy.go index f1f63dd..eb89d47 100644 --- a/handler/proxy.go +++ b/handler/proxy.go @@ -1,20 +1,25 @@ package handler import ( + "fmt" "net/http" "net/http/httputil" "strconv" "strings" "git.pyer.club/kingecg/gohttpd/model" + "git.pyer.club/kingecg/gologger" ) type ProxyHandler struct { - proxy []*httputil.ReverseProxy - count int + proxy []*httputil.ReverseProxy + Upstreams []string + count int } func (p *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { + l := gologger.GetLogger("Proxy") + originalUrl := r.Host + r.URL.String() s, err := r.Cookie("s") var proxyIndex int if err != nil { @@ -26,6 +31,8 @@ func (p *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { } else { proxyIndex, _ = strconv.Atoi(s.Value) } + + l.Info(fmt.Sprintf("proxy %s to %s", originalUrl, p.Upstreams[proxyIndex])) p.proxy[proxyIndex].ServeHTTP(w, r) } @@ -85,7 +92,9 @@ func NewProxyHandler(p *model.HttpPath) *ProxyHandler { if upstreamCount == 0 { panic("no upstream defined") } - ph := &ProxyHandler{} + ph := &ProxyHandler{ + Upstreams: p.Upstreams, + } ph.proxy = make([]*httputil.ReverseProxy, upstreamCount) for index, upstream := range p.Upstreams { diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..5f5bb0e --- /dev/null +++ b/nginx.conf @@ -0,0 +1,238 @@ + +#user nobody; +worker_processes 1; + +#error_log logs/error.log; +#error_log logs/error.log notice; +error_log logs/error.log info; + +pid logs/nginx.pid; + + +events { + worker_connections 1024; +} + + +http { + include mime.types; + default_type application/octet-stream; + + # Change the upload max request body size to 20M at global + client_max_body_size 20m; + + #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + # '$status $body_bytes_sent "$http_referer" ' + # '"$http_user_agent" "$http_x_forwarded_for"'; + + #access_log logs/access.log main; + + sendfile on; + #tcp_nopush on; + + #keepalive_timeout 0; + keepalive_timeout 65; + + #gzip on; + + server { + listen 3000; + server_name 0.0.0.0; + gzip on; + gzip_min_length 1k; + gzip_buffers 16 64k; + gzip_http_version 1.1; + gzip_comp_level 6; + gzip_types text/plain application/javascript text/css application/xml; + gzip_vary on; + + #root /Users/ouka/cloudops; + #error_page 404 /index.html; + + # Change the upload max request body size to 20M at this range + client_max_body_size 20m; + + #charset koi8-r; + + add_header X-XSS-Protection "1"; + add_header X-Frame-Options "SAMEORIGIN"; + #add_header Content-Security-Policy "default-src self; script-src unsafe-inline"; + add_header X-Content-Type-Options "nosniff"; + + #access_log logs/host.access.log main; + + location / { + #root /Users/ouka/cloudops; + #index index.html index.htm; + proxy_pass http://localhost:4200; + proxy_cookie_path / "/; secure; SameSite=Lax"; + } + + location /security/login { + proxy_pass http://localhost:7000; + } + + location /security/logout { + proxy_pass http://localhost:7000; + } + + location /token/check { + proxy_pass http://localhost:7000; + } + + location /v1/relational/assets { + proxy_pass http://localhost:7030; + } + + location /platform/version { + proxy_pass http://localhost:7000; + } + + location /v1/patrolrecords { + proxy_pass http://localhost:7010; + } + + location /v1/standingbook { + proxy_pass http://localhost:7010; + } + + location /v1/resource { + proxy_pass http://localhost:7010; + } + + location /themes { + proxy_pass http://localhost:9980; + } + + location ^~ /v1/config { + proxy_pass http://localhost:5433; + } + + location ^~ /v1/workflow { + proxy_pass http://localhost:5433; + } + + location ^~ /v1/messages { + proxy_pass http://localhost:5433; + } + + location /cloudops-state/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_read_timeout 600s; + proxy_pass http://localhost:7012; + #proxy_pass http://192.168.12.205:7012; + } + + location /socket.io/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:39092; + #proxy_pass http://192.168.12.205:39092; + } + + location /sockjs-node/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:4200; + } + + location /ws { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:4200; + } + + #location / { + # root html; + # index index.html index.htm; + #} + + #error_page 404 /404.html; + + # redirect server error pages to the static page /50x.html + # + error_page 500 502 503 504 /50x.html; + location = /50x.html { + root html; + } + + # proxy the PHP scripts to Apache listening on 127.0.0.1:80 + # + #location ~ \.php$ { + # proxy_pass http://127.0.0.1; + #} + + # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 + # + #location ~ \.php$ { + # root html; + # fastcgi_pass 127.0.0.1:9000; + # fastcgi_index index.php; + # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; + # include fastcgi_params; + #} + + # deny access to .htaccess files, if Apache's document root + # concurs with nginx's one + # + #location ~ /\.ht { + # deny all; + #} + } + + server { + listen 3201; + server_name 0.0.0.0; + + # Change the upload max request body size to 20M at this range + client_max_body_size 20m; + + location / { + proxy_pass http://localhost:4201; + } + + location /v1/relational/assets { + proxy_pass http://localhost:7030; + } + + location /socket.io/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:39092; + } + + location /cloudops-state/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:7012; + } + + location /sockjs-node/ { + # /socket.io/ is the default socket.io server serving path + # so only proxy socket.io request, without expose mbus:/v1/... pages + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_pass http://localhost:4200; + } + } +} diff --git a/server/server.go b/server/server.go index 8bf1ede..525d06d 100644 --- a/server/server.go +++ b/server/server.go @@ -224,7 +224,8 @@ func (s *ServerMux) AddDirective(directiveStr string) { } func (s *ServerMux) ServeHTTP(w http.ResponseWriter, r *http.Request) { - l := logger.GetLogger("ServerMux") + l := logger.GetLogger("Access") + l.Info(fmt.Sprintf("From %s-%s %s", r.RemoteAddr, r.Method, r.URL.Path)) for _, p := range s.paths { if strings.HasPrefix(r.URL.Path, p) { l.Info(fmt.Sprintf("match path: %s", p)) @@ -233,7 +234,7 @@ func (s *ServerMux) ServeHTTP(w http.ResponseWriter, r *http.Request) { return } } - l.Info(fmt.Sprintf("not match path: %s", r.URL.Path)) + l.Error(fmt.Sprintf("404: %s", r.URL.Path)) http.NotFound(w, r) }