Skip to content

Commit fa82b3d

Browse files
committed
Update gitlab utils to use logger in internals
1 parent 31cfe66 commit fa82b3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You should now have a stack completely configured and accessible at these locati
3939
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4040
c9aedfdefe41 grafana/grafana:latest "/run.sh" 6 seconds ago Up 4 seconds 0.0.0.0:3000->3000/tcp quickstart_grafana_1
4141
b3500bff6038 prom/prometheus:latest "/bin/prometheus --c…" 7 seconds ago Up 5 seconds 0.0.0.0:9090->9090/tcp quickstart_prometheus_1
42-
930b76005b13 mvisonneau/gitlab-ci-pipelines-exporter:latest "/usr/local/bin/gitl…" 8 seconds ago Up 6 seconds 0.0.0.0:8080->8080/tcp quickstart_gitlab-ci-pipelines-exporter_1
42+
930b76005b13 helvethink/gitlab-ci-exporter:latest "/usr/local/bin/gitl…" 8 seconds ago Up 6 seconds 0.0.0.0:8080->8080/tcp quickstart_gitlab-ci-pipelines-exporter_1
4343
```
4444

4545
### Check logs from the gitlab-ci-pipelines-exporter container

internal/cmd/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"github.com/urfave/cli/v2"
1414
"github.com/vmihailenco/taskq/v4"
1515

16+
"github.com/helvethink/gitlab-ci-exporter/internal/logging"
1617
"github.com/helvethink/gitlab-ci-exporter/pkg/config"
17-
"github.com/mvisonneau/go-helpers/logger"
1818
)
1919

2020
var start time.Time

0 commit comments

Comments
 (0)