Skip to content

Commit

Permalink
Merge pull request #37 from jafar75/update-running-logs
Browse files Browse the repository at this point in the history
add new logs with group tags
  • Loading branch information
mostafa authored Dec 27, 2023
2 parents 20f259f + 9b0e2f9 commit 7ea36a7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions getting-started/running-gatewayd.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,20 @@ Running GatewayD will produce the following log output, which means that Gateway
5. exposing an HTTP and a gRPC API on ports `18080` and `19090`.

```bash
2023-11-15T22:50:29+01:00 INF configuring client automatic mTLS plugin=gatewayd-plugin-cache
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
2023-11-15T22:50:29+01:00 INF configuring server automatic mTLS plugin=gatewayd-plugin-cache timestamp=2023-11-15T22:50:29.596+0100
2023-11-15T22:50:29+01:00 INF Registering plugin hooks name=gatewayd-plugin-cache
2023-11-15T22:50:29+01:00 INF Plugin is ready name=gatewayd-plugin-cache
2023-11-15T22:50:29+01:00 INF Started the metrics merger scheduler metricsMergerPeriod=5s startDelay=2023-11-15T22:50:34+01:00
2023-11-15T22:50:29+01:00 INF Starting plugin health check scheduler healthCheckPeriod=5s
2023-11-15T22:50:29+01:00 INF Metrics are exposed address=http://localhost:9090/metrics readHeaderTimeout=10s timeout=10s
2023-11-15T22:50:29+01:00 INF There are clients available in the pool count=10 name=default
2023-11-15T22:50:29+01:00 INF Started the client health check scheduler healthCheckPeriod=1m0s startDelay=2023-11-15T22:51:29+01:00
2023-11-15T22:50:29+01:00 INF GatewayD is listening address=0.0.0.0:15432
2023-11-15T22:50:29+01:00 INF Started the HTTP API address=localhost:18080
2023-11-15T22:50:29+01:00 INF Started the gRPC API address=localhost:19090 network=tcp
2023-11-15T22:50:29+01:00 INF GatewayD is running pid=32371
2023-12-26T16:22:02+03:30 INF configuring client automatic mTLS group=default plugin=gatewayd-plugin-cache
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
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
2023-12-26T16:22:03+03:30 INF Registering plugin hooks group=default name=gatewayd-plugin-cache
2023-12-26T16:22:03+03:30 INF Plugin is ready group=default name=gatewayd-plugin-cache
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
2023-12-26T16:22:03+03:30 INF Starting plugin health check scheduler group=default healthCheckPeriod=5s
2023-12-26T16:22:03+03:30 INF Metrics are exposed address=http://localhost:9090/metrics group=default readHeaderTimeout=10s timeout=10s
2023-12-26T16:22:03+03:30 INF There are clients available in the pool count=10 group=default name=default
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
2023-12-26T16:22:03+03:30 INF GatewayD is listening address=0.0.0.0:15432 group=default
2023-12-26T16:22:03+03:30 INF Started the HTTP API address=localhost:18080 group=default
2023-12-26T16:22:03+03:30 INF Started the gRPC API address=localhost:19090 group=default network=tcp
2023-12-26T16:22:03+03:30 INF GatewayD is running group=default pid=71426
```

{: .note }
Expand Down

0 comments on commit 7ea36a7

Please sign in to comment.