percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

fix: Only log healthcheck fail when `LOG_LEVEL=debug` is set #101

Closed Robdel12 closed 5 years ago

Robdel12 commented 5 years ago

What is this?

If you're running your test suite without percy started, these health check logs would be very noisy and annoying. This PR will make it so they only log if you're setting the log level to debug.