Skip to content

Commit 7ea36a7

Browse files
authored
Merge pull request #37 from jafar75/update-running-logs
add new logs with group tags
2 parents 20f259f + 9b0e2f9 commit 7ea36a7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

getting-started/running-gatewayd.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,20 @@ Running GatewayD will produce the following log output, which means that Gateway
9595
5. exposing an HTTP and a gRPC API on ports `18080` and `19090`.
9696

9797
```bash
98-
2023-11-15T22:50:29+01:00 INF configuring client automatic mTLS plugin=gatewayd-plugin-cache
99-
2023-11-15T22:50:29+01:00 INF Starting metrics server via HTTP over Unix domain socket endpoint=/metrics plugin=gatewayd-plugin-cache timestamp=2023-11-15T22:50:29.589+0100 unixDomainSocket=/tmp/gatewayd-plugin-cache.sock
100-
2023-11-15T22:50:29+01:00 INF configuring server automatic mTLS plugin=gatewayd-plugin-cache timestamp=2023-11-15T22:50:29.596+0100
101-
2023-11-15T22:50:29+01:00 INF Registering plugin hooks name=gatewayd-plugin-cache
102-
2023-11-15T22:50:29+01:00 INF Plugin is ready name=gatewayd-plugin-cache
103-
2023-11-15T22:50:29+01:00 INF Started the metrics merger scheduler metricsMergerPeriod=5s startDelay=2023-11-15T22:50:34+01:00
104-
2023-11-15T22:50:29+01:00 INF Starting plugin health check scheduler healthCheckPeriod=5s
105-
2023-11-15T22:50:29+01:00 INF Metrics are exposed address=http://localhost:9090/metrics readHeaderTimeout=10s timeout=10s
106-
2023-11-15T22:50:29+01:00 INF There are clients available in the pool count=10 name=default
107-
2023-11-15T22:50:29+01:00 INF Started the client health check scheduler healthCheckPeriod=1m0s startDelay=2023-11-15T22:51:29+01:00
108-
2023-11-15T22:50:29+01:00 INF GatewayD is listening address=0.0.0.0:15432
109-
2023-11-15T22:50:29+01:00 INF Started the HTTP API address=localhost:18080
110-
2023-11-15T22:50:29+01:00 INF Started the gRPC API address=localhost:19090 network=tcp
111-
2023-11-15T22:50:29+01:00 INF GatewayD is running pid=32371
98+
2023-12-26T16:22:02+03:30 INF configuring client automatic mTLS group=default plugin=gatewayd-plugin-cache
99+
2023-12-26T16:22:03+03:30 INF Starting metrics server via HTTP over Unix domain socket endpoint=/metrics group=default plugin=gatewayd-plugin-cache timestamp=2023-12-26T16:22:03.083+0330 unixDomainSocket=/tmp/gatewayd-plugin-cache.sock
100+
2023-12-26T16:22:03+03:30 INF configuring server automatic mTLS group=default plugin=gatewayd-plugin-cache timestamp=2023-12-26T16:22:03.084+0330
101+
2023-12-26T16:22:03+03:30 INF Registering plugin hooks group=default name=gatewayd-plugin-cache
102+
2023-12-26T16:22:03+03:30 INF Plugin is ready group=default name=gatewayd-plugin-cache
103+
2023-12-26T16:22:03+03:30 INF Started the metrics merger scheduler group=default metricsMergerPeriod=5s startDelay=2023-12-26T16:22:08+03:30
104+
2023-12-26T16:22:03+03:30 INF Starting plugin health check scheduler group=default healthCheckPeriod=5s
105+
2023-12-26T16:22:03+03:30 INF Metrics are exposed address=http://localhost:9090/metrics group=default readHeaderTimeout=10s timeout=10s
106+
2023-12-26T16:22:03+03:30 INF There are clients available in the pool count=10 group=default name=default
107+
2023-12-26T16:22:03+03:30 INF Started the client health check scheduler group=default healthCheckPeriod=1m0s startDelay=2023-12-26T16:23:03+03:30
108+
2023-12-26T16:22:03+03:30 INF GatewayD is listening address=0.0.0.0:15432 group=default
109+
2023-12-26T16:22:03+03:30 INF Started the HTTP API address=localhost:18080 group=default
110+
2023-12-26T16:22:03+03:30 INF Started the gRPC API address=localhost:19090 group=default network=tcp
111+
2023-12-26T16:22:03+03:30 INF GatewayD is running group=default pid=71426
112112
```
113113

114114
{: .note }

0 commit comments

Comments
 (0)