Skip to content

Commit 287d025

Browse files
committed
logging and ignore test cache
1 parent 3a3e65a commit 287d025

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
wadsworth
2323
dist
2424
.env
25+
cache

cache/infra_config

Lines changed: 0 additions & 1 deletion
This file was deleted.

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ this repository has new commits, Wadsworth will automatically reconfigure.`,
8585
}
8686
}
8787

88+
zap.L().Debug("initialising service")
89+
8890
svc, err := service.Initialise(ctx, service.Config{
8991
Target: c.Args().First(),
9092
Hostname: hostname,

0 commit comments

Comments
 (0)