• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jonasbn / perl-workflow / 295
93%

Build:
DEFAULT BRANCH: master
Ran 08 Apr 2021 05:39AM UTC
Jobs 1
Files 35
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
295

push

travis-ci

web-flow
Re #68: Reduce chatty logging for 'condition_error' and 'validation_error' (#103)

* Re #68: Reduce the logging level of validation failures to 'debug'

As per @oliwel's request, change the logging of the validator's "error"
to DEBUG level: it's not really an error, it's a failure of the user to
provide compliant input (which is at *most* an informational message).

At the same time, add logging of condition errors as a TRACE level
message: these are not failures by any measure; they are merely
conditions evaluating to 'false'. When debugging, it might be handy
to be able to check these, but usually this is too chatty for debugging.
Putting the logging in TRACE instead.

* Re #68: Remove duplicate logging of condition failures

The calls to `condition_error` log the same message with a
TRACE priority as that is being logged by the statements this commit
removes, except that the removed statements log with a DEBUG priority.

* Rephrased error condition logging based on feedback from @jonasbn

2 of 2 new or added lines in 1 file covered. (100.0%)

1540 of 1867 relevant lines covered (82.49%)

33.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 295.1 08 Apr 2021 05:39AM UTC 0
82.49
Travis Job 295.1
Source Files on build 295
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #295
  • fa667bfe on github
  • Prev Build on master (#290)
  • Next Build on master (#298)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc