anz-bank / sysl

Sysl (pronounced "sizzle") is a system specification language
https://sysl.io
Apache License 2.0
122 stars 42 forks source link

Change log statement to debugf #959

Closed cuminandpaprika closed 4 years ago

cuminandpaprika commented 4 years ago

Changes log statement to debugf, as it was generating lots of noise when running the importer

codecov[bot] commented 4 years ago

Codecov Report

Merging #959 into master will increase coverage by 1.10%. The diff coverage is 87.08%.

@@            Coverage Diff             @@
##           master     #959      +/-   ##
==========================================
+ Coverage   83.35%   84.45%   +1.10%     
==========================================
  Files          73       75       +2     
  Lines       10609    10482     -127     
==========================================
+ Hits         8843     8853      +10     
+ Misses       1432     1318     -114     
+ Partials      334      311      -23     
Impacted Files Coverage Δ
pkg/pbutil/output.go 76.00% <ø> (-0.48%) :arrow_down:
pkg/syslwrapper/test_helper.go 57.89% <ø> (-1.42%) :arrow_down:
pkg/importer/importer.go 63.15% <63.15%> (ø)
pkg/mod/gomod.go 73.68% <66.66%> (+1.27%) :arrow_up:
pkg/mod/module.go 66.66% <72.72%> (+0.95%) :arrow_up:
pkg/parse/parse.go 85.34% <73.07%> (+1.37%) :arrow_up:
pkg/importer/openapi.go 83.59% <82.67%> (-5.86%) :arrow_down:
pkg/parse/listener_impl.go 89.62% <86.48%> (+0.11%) :arrow_up:
pkg/importer/swagger.go 81.48% <88.88%> (+1.88%) :arrow_up:
pkg/parse/linter.go 90.84% <90.84%> (ø)
... and 20 more