Skip to content

Commit

Permalink
Fix logs Typo, make working more understandable (#47)
Browse files Browse the repository at this point in the history
* test

* Cache Intel: support bazel and node

* Cache Intel: support bazel and node

* Cache Intel: support bazel and node

* ignore linter error

* ignore linter error

* allow autodectect with key

* allow autodectect with key

* add yarn and graceful detect

* clean up logs

* remove lint for now

* support golang cache

* minor wording fix
  • Loading branch information
jamie-harness authored Mar 22, 2023
1 parent 5755fba commit 74e5e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/rebuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (r rebuilder) rebuild(src, dst string) (err error) {
return err
}

level.Info(r.logger).Log("msg", "uploaded cache", "src", src, "total", humanize.Bytes(uint64(sw.written)), "comressed", humanize.Bytes(uint64(written)))
level.Info(r.logger).Log("msg", "uploaded cache", "src", src, "size before compression", humanize.Bytes(uint64(sw.written)), "size after compression", humanize.Bytes(uint64(written)))

level.Debug(r.logger).Log(
"msg", "archive created",
Expand Down

0 comments on commit 74e5e86

Please sign in to comment.