@operato/scene-label 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/index.d.ts +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +14 -9
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +17 -12
- package/logs/application-2022-06-15-23.log +4 -0
- package/logs/application-2022-06-16-17.log +4 -0
- package/logs/application-2022-07-03-19.log +16 -0
- package/logs/application-2022-07-03-20.log +12 -0
- package/logs/application-2022-07-03-21.log +4 -0
- package/logs/application-2022-07-03-22.log +4 -0
- package/logs/connections-2022-06-09-23.log +70 -0
- package/logs/connections-2022-06-13-11.log +35 -70
- package/logs/connections-2022-06-13-12.log +35 -0
- package/logs/connections-2022-06-15-23.log +35 -0
- package/logs/connections-2022-06-16-17.log +35 -0
- package/logs/connections-2022-06-20-09.log +35 -35
- package/logs/connections-2022-07-03-19.log +140 -0
- package/logs/connections-2022-07-03-20.log +105 -0
- package/logs/connections-2022-07-03-21.log +35 -0
- package/logs/connections-2022-07-03-22.log +35 -0
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/logs/application-2022-06-13-11.log +0 -19
- package/logs/application-2022-06-20-09.log +0 -4
- package/logs/application-2022-06-20-11.log +0 -4
- package/logs/application-2022-06-20-12.log +0 -4
- package/logs/connections-2022-06-20-11.log +0 -35
- package/logs/connections-2022-06-20-12.log +0 -35
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
### [1.0.2](https://github.com/things-scene/operato-scene/compare/v1.0.1...v1.0.2) (2022-08-04)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* apply concurrently to serve target ([e777342](https://github.com/things-scene/operato-scene/commit/e777342c9310f722542db9baecf49ef94e77c3a0))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
### [1.0.1](https://github.com/things-scene/operato-scene/compare/v1.0.0...v1.0.1) (2022-08-01)
|
7
16
|
|
8
17
|
|
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import Barcode from "./barcode";
|
2
2
|
import BarcodeScanner from "./barcode-scanner";
|
3
3
|
import LabelPrinter from "./label-printer";
|
4
|
-
declare const _default: (typeof
|
4
|
+
declare const _default: (typeof LabelPrinter | typeof Barcode | typeof BarcodeScanner)[];
|
5
5
|
export default _default;
|
@@ -6,19 +6,24 @@
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
7
7
|
"files": [
|
8
8
|
{
|
9
|
-
"date":
|
10
|
-
"name": "logs/application-2022-
|
11
|
-
"hash": "
|
9
|
+
"date": 1656842746243,
|
10
|
+
"name": "logs/application-2022-07-03-19.log",
|
11
|
+
"hash": "1ed973e426c9a6040c84484b1762bb99b6bb9abee6cc0cd6c2881014f7fbc847"
|
12
12
|
},
|
13
13
|
{
|
14
|
-
"date":
|
15
|
-
"name": "logs/application-2022-
|
16
|
-
"hash": "
|
14
|
+
"date": 1656846934501,
|
15
|
+
"name": "logs/application-2022-07-03-20.log",
|
16
|
+
"hash": "95a798528a808e0dee498d8f289dd968dc05b700465f0960c26e548ebbc93d1b"
|
17
17
|
},
|
18
18
|
{
|
19
|
-
"date":
|
20
|
-
"name": "logs/application-2022-
|
21
|
-
"hash": "
|
19
|
+
"date": 1656853013983,
|
20
|
+
"name": "logs/application-2022-07-03-21.log",
|
21
|
+
"hash": "7f1e4bfb08acbbc1b34c7498e11f55987dca2936ee806a300bc8e8051d5b4b79"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"date": 1656853926618,
|
25
|
+
"name": "logs/application-2022-07-03-22.log",
|
26
|
+
"hash": "a54ccc7839dca4c66da4dde782c1622015304b8fa35c2fbac09fc4378a03e190"
|
22
27
|
}
|
23
28
|
],
|
24
29
|
"hashType": "sha256"
|
@@ -6,24 +6,29 @@
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
7
7
|
"files": [
|
8
8
|
{
|
9
|
-
"date":
|
10
|
-
"name": "logs/connections-2022-06-
|
11
|
-
"hash": "
|
9
|
+
"date": 1655684245525,
|
10
|
+
"name": "logs/connections-2022-06-20-09.log",
|
11
|
+
"hash": "bfba89478f1623607f0448cc4991aeef6d4c3dffefb2fb70a713075982aee7a0"
|
12
12
|
},
|
13
13
|
{
|
14
|
-
"date":
|
15
|
-
"name": "logs/connections-2022-
|
16
|
-
"hash": "
|
14
|
+
"date": 1656842749341,
|
15
|
+
"name": "logs/connections-2022-07-03-19.log",
|
16
|
+
"hash": "aefc71a435275c381e13a7bee383a6d2e4604a9fd869ac8a17879fbf1dbde228"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"date": 1656846937641,
|
20
|
+
"name": "logs/connections-2022-07-03-20.log",
|
21
|
+
"hash": "82e68a9d48ecab8c8a4b6fe016530373adc576f8adda329dd58bcda02dacca52"
|
17
22
|
},
|
18
23
|
{
|
19
|
-
"date":
|
20
|
-
"name": "logs/connections-2022-
|
21
|
-
"hash": "
|
24
|
+
"date": 1656853019183,
|
25
|
+
"name": "logs/connections-2022-07-03-21.log",
|
26
|
+
"hash": "9f2f4bdd7c90a33ec4535a6803a126e4dfd676157efd17b9d0cc22feffb7f99e"
|
22
27
|
},
|
23
28
|
{
|
24
|
-
"date":
|
25
|
-
"name": "logs/connections-2022-
|
26
|
-
"hash": "
|
29
|
+
"date": 1656853929220,
|
30
|
+
"name": "logs/connections-2022-07-03-22.log",
|
31
|
+
"hash": "b3c7f5418efc894f83afcf12e18cbd7f375cc73bbcb329def1c7140765e65d81"
|
27
32
|
}
|
28
33
|
],
|
29
34
|
"hashType": "sha256"
|
@@ -0,0 +1,4 @@
|
|
1
|
+
2022-06-15T23:37:34+09:00 info: File Storage is Ready.
|
2
|
+
2022-06-15T23:37:39+09:00 info: Database connection established
|
3
|
+
2022-06-15T23:37:40+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-06-15T23:37:40+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,4 @@
|
|
1
|
+
2022-06-16T17:15:35+09:00 info: File Storage is Ready.
|
2
|
+
2022-06-16T17:15:39+09:00 info: Database connection established
|
3
|
+
2022-06-16T17:15:40+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-06-16T17:15:40+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,16 @@
|
|
1
|
+
2022-07-03T19:05:47+09:00 info: File Storage is Ready.
|
2
|
+
2022-07-03T19:05:53+09:00 info: Database connection established
|
3
|
+
2022-07-03T19:05:54+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-07-03T19:05:54+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
5
|
+
2022-07-03T19:37:52+09:00 info: File Storage is Ready.
|
6
|
+
2022-07-03T19:37:57+09:00 info: Database connection established
|
7
|
+
2022-07-03T19:37:58+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
8
|
+
2022-07-03T19:37:58+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
9
|
+
2022-07-03T19:43:32+09:00 info: File Storage is Ready.
|
10
|
+
2022-07-03T19:43:37+09:00 info: Database connection established
|
11
|
+
2022-07-03T19:43:38+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
12
|
+
2022-07-03T19:43:38+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
13
|
+
2022-07-03T19:49:10+09:00 info: File Storage is Ready.
|
14
|
+
2022-07-03T19:49:15+09:00 info: Database connection established
|
15
|
+
2022-07-03T19:49:17+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
16
|
+
2022-07-03T19:49:17+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,12 @@
|
|
1
|
+
2022-07-03T20:15:36+09:00 info: File Storage is Ready.
|
2
|
+
2022-07-03T20:15:41+09:00 info: Database connection established
|
3
|
+
2022-07-03T20:15:43+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-07-03T20:15:43+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
5
|
+
2022-07-03T20:20:21+09:00 info: File Storage is Ready.
|
6
|
+
2022-07-03T20:20:26+09:00 info: Database connection established
|
7
|
+
2022-07-03T20:20:27+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
8
|
+
2022-07-03T20:20:27+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
9
|
+
2022-07-03T20:28:09+09:00 info: File Storage is Ready.
|
10
|
+
2022-07-03T20:28:19+09:00 info: Database connection established
|
11
|
+
2022-07-03T20:28:22+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
12
|
+
2022-07-03T20:28:22+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,4 @@
|
|
1
|
+
2022-07-03T21:56:56+09:00 info: File Storage is Ready.
|
2
|
+
2022-07-03T21:57:06+09:00 info: Database connection established
|
3
|
+
2022-07-03T21:57:11+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-07-03T21:57:11+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,4 @@
|
|
1
|
+
2022-07-03T22:12:07+09:00 info: File Storage is Ready.
|
2
|
+
2022-07-03T22:12:13+09:00 info: Database connection established
|
3
|
+
2022-07-03T22:12:15+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
4
|
+
2022-07-03T22:12:15+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
@@ -0,0 +1,70 @@
|
|
1
|
+
2022-06-09T23:48:19+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-09T23:48:19+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-09T23:48:19+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-09T23:48:19+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-09T23:48:19+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-09T23:48:19+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-09T23:48:19+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-09T23:48:19+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-09T23:48:19+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-09T23:48:19+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-09T23:48:19+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-09T23:48:19+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-09T23:48:19+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-09T23:48:19+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-09T23:48:19+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-09T23:48:19+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-09T23:48:19+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-09T23:48:19+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-09T23:48:19+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-09T23:48:19+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-09T23:48:19+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-09T23:48:19+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-09T23:48:19+09:00 info: socket servers are ready
|
24
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-09T23:48:19+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-09T23:48:19+09:00 info: ConnectionManager initialization done:
|
36
|
+
2022-06-09T23:59:55+09:00 info: Initializing ConnectionManager...
|
37
|
+
2022-06-09T23:59:55+09:00 info: Connector 'echo-back-server' started to ready
|
38
|
+
2022-06-09T23:59:55+09:00 info: Connector 'echo-back' started to ready
|
39
|
+
2022-06-09T23:59:55+09:00 info: Connector 'http-connector' started to ready
|
40
|
+
2022-06-09T23:59:55+09:00 info: Connector 'graphql-connector' started to ready
|
41
|
+
2022-06-09T23:59:55+09:00 info: Connector 'sqlite-connector' started to ready
|
42
|
+
2022-06-09T23:59:55+09:00 info: Connector 'postgresql-connector' started to ready
|
43
|
+
2022-06-09T23:59:55+09:00 info: Connector 'mqtt-connector' started to ready
|
44
|
+
2022-06-09T23:59:55+09:00 info: Connector 'mssql-connector' started to ready
|
45
|
+
2022-06-09T23:59:55+09:00 info: Connector 'oracle-connector' started to ready
|
46
|
+
2022-06-09T23:59:55+09:00 info: Connector 'mysql-connector' started to ready
|
47
|
+
2022-06-09T23:59:55+09:00 info: Connector 'socket-server' started to ready
|
48
|
+
2022-06-09T23:59:55+09:00 info: echo-back-servers are ready
|
49
|
+
2022-06-09T23:59:55+09:00 info: echo-back connections are ready
|
50
|
+
2022-06-09T23:59:55+09:00 info: http-connector connections are ready
|
51
|
+
2022-06-09T23:59:55+09:00 info: graphql-connector connections are ready
|
52
|
+
2022-06-09T23:59:55+09:00 info: sqlite-connector connections are ready
|
53
|
+
2022-06-09T23:59:55+09:00 info: postgresql-connector connections are ready
|
54
|
+
2022-06-09T23:59:55+09:00 info: mqtt-connector connections are ready
|
55
|
+
2022-06-09T23:59:55+09:00 info: mssql-connector connections are ready
|
56
|
+
2022-06-09T23:59:55+09:00 info: oracle-connector connections are ready
|
57
|
+
2022-06-09T23:59:55+09:00 info: mysql-connector connections are ready
|
58
|
+
2022-06-09T23:59:55+09:00 info: socket servers are ready
|
59
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'echo-back-server' ready
|
60
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'echo-back' ready
|
61
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'http-connector' ready
|
62
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'graphql-connector' ready
|
63
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'sqlite-connector' ready
|
64
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'postgresql-connector' ready
|
65
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'mqtt-connector' ready
|
66
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'mssql-connector' ready
|
67
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'oracle-connector' ready
|
68
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'mysql-connector' ready
|
69
|
+
2022-06-09T23:59:55+09:00 info: All connector for 'socket-server' ready
|
70
|
+
2022-06-09T23:59:55+09:00 info: ConnectionManager initialization done:
|
@@ -1,70 +1,35 @@
|
|
1
|
-
2022-06-13T11:
|
2
|
-
2022-06-13T11:
|
3
|
-
2022-06-13T11:
|
4
|
-
2022-06-13T11:
|
5
|
-
2022-06-13T11:
|
6
|
-
2022-06-13T11:
|
7
|
-
2022-06-13T11:
|
8
|
-
2022-06-13T11:
|
9
|
-
2022-06-13T11:
|
10
|
-
2022-06-13T11:
|
11
|
-
2022-06-13T11:
|
12
|
-
2022-06-13T11:
|
13
|
-
2022-06-13T11:
|
14
|
-
2022-06-13T11:
|
15
|
-
2022-06-13T11:
|
16
|
-
2022-06-13T11:
|
17
|
-
2022-06-13T11:
|
18
|
-
2022-06-13T11:
|
19
|
-
2022-06-13T11:
|
20
|
-
2022-06-13T11:
|
21
|
-
2022-06-13T11:
|
22
|
-
2022-06-13T11:
|
23
|
-
2022-06-13T11:
|
24
|
-
2022-06-13T11:
|
25
|
-
2022-06-13T11:
|
26
|
-
2022-06-13T11:
|
27
|
-
2022-06-13T11:
|
28
|
-
2022-06-13T11:
|
29
|
-
2022-06-13T11:
|
30
|
-
2022-06-13T11:
|
31
|
-
2022-06-13T11:
|
32
|
-
2022-06-13T11:
|
33
|
-
2022-06-13T11:
|
34
|
-
2022-06-13T11:
|
35
|
-
2022-06-13T11:
|
36
|
-
2022-06-13T11:46:32+09:00 info: Initializing ConnectionManager...
|
37
|
-
2022-06-13T11:46:32+09:00 info: Connector 'echo-back-server' started to ready
|
38
|
-
2022-06-13T11:46:32+09:00 info: Connector 'echo-back' started to ready
|
39
|
-
2022-06-13T11:46:32+09:00 info: Connector 'http-connector' started to ready
|
40
|
-
2022-06-13T11:46:32+09:00 info: Connector 'graphql-connector' started to ready
|
41
|
-
2022-06-13T11:46:32+09:00 info: Connector 'sqlite-connector' started to ready
|
42
|
-
2022-06-13T11:46:32+09:00 info: Connector 'postgresql-connector' started to ready
|
43
|
-
2022-06-13T11:46:32+09:00 info: Connector 'mqtt-connector' started to ready
|
44
|
-
2022-06-13T11:46:32+09:00 info: Connector 'mssql-connector' started to ready
|
45
|
-
2022-06-13T11:46:32+09:00 info: Connector 'oracle-connector' started to ready
|
46
|
-
2022-06-13T11:46:32+09:00 info: Connector 'mysql-connector' started to ready
|
47
|
-
2022-06-13T11:46:32+09:00 info: Connector 'socket-server' started to ready
|
48
|
-
2022-06-13T11:46:32+09:00 info: echo-back-servers are ready
|
49
|
-
2022-06-13T11:46:32+09:00 info: echo-back connections are ready
|
50
|
-
2022-06-13T11:46:32+09:00 info: http-connector connections are ready
|
51
|
-
2022-06-13T11:46:32+09:00 info: graphql-connector connections are ready
|
52
|
-
2022-06-13T11:46:32+09:00 info: sqlite-connector connections are ready
|
53
|
-
2022-06-13T11:46:32+09:00 info: postgresql-connector connections are ready
|
54
|
-
2022-06-13T11:46:32+09:00 info: mqtt-connector connections are ready
|
55
|
-
2022-06-13T11:46:32+09:00 info: mssql-connector connections are ready
|
56
|
-
2022-06-13T11:46:32+09:00 info: oracle-connector connections are ready
|
57
|
-
2022-06-13T11:46:32+09:00 info: mysql-connector connections are ready
|
58
|
-
2022-06-13T11:46:32+09:00 info: socket servers are ready
|
59
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'echo-back-server' ready
|
60
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'echo-back' ready
|
61
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'http-connector' ready
|
62
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'graphql-connector' ready
|
63
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'sqlite-connector' ready
|
64
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'postgresql-connector' ready
|
65
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'mqtt-connector' ready
|
66
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'mssql-connector' ready
|
67
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'oracle-connector' ready
|
68
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'mysql-connector' ready
|
69
|
-
2022-06-13T11:46:32+09:00 info: All connector for 'socket-server' ready
|
70
|
-
2022-06-13T11:46:32+09:00 info: ConnectionManager initialization done:
|
1
|
+
2022-06-13T11:50:42+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-13T11:50:42+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-13T11:50:42+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-13T11:50:42+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-13T11:50:42+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-13T11:50:42+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-13T11:50:42+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-13T11:50:42+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-13T11:50:42+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-13T11:50:42+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-13T11:50:42+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-13T11:50:42+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-13T11:50:42+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-13T11:50:42+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-13T11:50:42+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-13T11:50:42+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-13T11:50:42+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-13T11:50:42+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-13T11:50:42+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-13T11:50:42+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-13T11:50:42+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-13T11:50:42+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-13T11:50:42+09:00 info: socket servers are ready
|
24
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-13T11:50:42+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-13T11:50:42+09:00 info: ConnectionManager initialization done:
|
@@ -0,0 +1,35 @@
|
|
1
|
+
2022-06-13T12:01:55+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-13T12:01:55+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-13T12:01:55+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-13T12:01:55+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-13T12:01:55+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-13T12:01:55+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-13T12:01:55+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-13T12:01:55+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-13T12:01:55+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-13T12:01:55+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-13T12:01:55+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-13T12:01:55+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-13T12:01:55+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-13T12:01:55+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-13T12:01:55+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-13T12:01:55+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-13T12:01:55+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-13T12:01:55+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-13T12:01:55+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-13T12:01:55+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-13T12:01:55+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-13T12:01:55+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-13T12:01:55+09:00 info: socket servers are ready
|
24
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-13T12:01:55+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-13T12:01:55+09:00 info: ConnectionManager initialization done:
|
@@ -0,0 +1,35 @@
|
|
1
|
+
2022-06-15T23:37:40+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-15T23:37:40+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-15T23:37:40+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-15T23:37:40+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-15T23:37:40+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-15T23:37:40+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-15T23:37:40+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-15T23:37:40+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-15T23:37:40+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-15T23:37:40+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-15T23:37:40+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-15T23:37:40+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-15T23:37:40+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-15T23:37:40+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-15T23:37:40+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-15T23:37:40+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-15T23:37:40+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-15T23:37:40+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-15T23:37:40+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-15T23:37:40+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-15T23:37:40+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-15T23:37:40+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-15T23:37:40+09:00 info: socket servers are ready
|
24
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-15T23:37:40+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-15T23:37:40+09:00 info: ConnectionManager initialization done:
|
@@ -0,0 +1,35 @@
|
|
1
|
+
2022-06-16T17:15:41+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-16T17:15:41+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-16T17:15:41+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-16T17:15:41+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-16T17:15:41+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-16T17:15:41+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-16T17:15:41+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-16T17:15:41+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-16T17:15:41+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-16T17:15:41+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-16T17:15:41+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-16T17:15:41+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-16T17:15:41+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-16T17:15:41+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-16T17:15:41+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-16T17:15:41+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-16T17:15:41+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-16T17:15:41+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-16T17:15:41+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-16T17:15:41+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-16T17:15:41+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-16T17:15:41+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-16T17:15:41+09:00 info: socket servers are ready
|
24
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-16T17:15:41+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-16T17:15:41+09:00 info: ConnectionManager initialization done:
|
@@ -1,35 +1,35 @@
|
|
1
|
-
2022-06-20T09:
|
2
|
-
2022-06-20T09:
|
3
|
-
2022-06-20T09:
|
4
|
-
2022-06-20T09:
|
5
|
-
2022-06-20T09:
|
6
|
-
2022-06-20T09:
|
7
|
-
2022-06-20T09:
|
8
|
-
2022-06-20T09:
|
9
|
-
2022-06-20T09:
|
10
|
-
2022-06-20T09:
|
11
|
-
2022-06-20T09:
|
12
|
-
2022-06-20T09:
|
13
|
-
2022-06-20T09:
|
14
|
-
2022-06-20T09:
|
15
|
-
2022-06-20T09:
|
16
|
-
2022-06-20T09:
|
17
|
-
2022-06-20T09:
|
18
|
-
2022-06-20T09:
|
19
|
-
2022-06-20T09:
|
20
|
-
2022-06-20T09:
|
21
|
-
2022-06-20T09:
|
22
|
-
2022-06-20T09:
|
23
|
-
2022-06-20T09:
|
24
|
-
2022-06-20T09:
|
25
|
-
2022-06-20T09:
|
26
|
-
2022-06-20T09:
|
27
|
-
2022-06-20T09:
|
28
|
-
2022-06-20T09:
|
29
|
-
2022-06-20T09:
|
30
|
-
2022-06-20T09:
|
31
|
-
2022-06-20T09:
|
32
|
-
2022-06-20T09:
|
33
|
-
2022-06-20T09:
|
34
|
-
2022-06-20T09:
|
35
|
-
2022-06-20T09:
|
1
|
+
2022-06-20T09:17:30+09:00 info: Initializing ConnectionManager...
|
2
|
+
2022-06-20T09:17:30+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2022-06-20T09:17:30+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2022-06-20T09:17:30+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2022-06-20T09:17:30+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2022-06-20T09:17:30+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2022-06-20T09:17:30+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2022-06-20T09:17:30+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2022-06-20T09:17:30+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2022-06-20T09:17:30+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2022-06-20T09:17:30+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2022-06-20T09:17:30+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2022-06-20T09:17:30+09:00 info: echo-back-servers are ready
|
14
|
+
2022-06-20T09:17:30+09:00 info: echo-back connections are ready
|
15
|
+
2022-06-20T09:17:30+09:00 info: http-connector connections are ready
|
16
|
+
2022-06-20T09:17:30+09:00 info: graphql-connector connections are ready
|
17
|
+
2022-06-20T09:17:30+09:00 info: sqlite-connector connections are ready
|
18
|
+
2022-06-20T09:17:30+09:00 info: postgresql-connector connections are ready
|
19
|
+
2022-06-20T09:17:30+09:00 info: mqtt-connector connections are ready
|
20
|
+
2022-06-20T09:17:30+09:00 info: mssql-connector connections are ready
|
21
|
+
2022-06-20T09:17:30+09:00 info: oracle-connector connections are ready
|
22
|
+
2022-06-20T09:17:30+09:00 info: mysql-connector connections are ready
|
23
|
+
2022-06-20T09:17:30+09:00 info: socket servers are ready
|
24
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'echo-back-server' ready
|
25
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'echo-back' ready
|
26
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'http-connector' ready
|
27
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'graphql-connector' ready
|
28
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'sqlite-connector' ready
|
29
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'postgresql-connector' ready
|
30
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'mqtt-connector' ready
|
31
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'mssql-connector' ready
|
32
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'oracle-connector' ready
|
33
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'mysql-connector' ready
|
34
|
+
2022-06-20T09:17:30+09:00 info: All connector for 'socket-server' ready
|
35
|
+
2022-06-20T09:17:30+09:00 info: ConnectionManager initialization done:
|