-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.19.1 introduces a bug with error reporting - Please do not use the Logging::Appenders::Console
class directly
#306
Comments
I can't reproduce this on a more vanilla control-repo so it seems specific to this particular control-repo or its test environment. Test environment is:
Gemfile.lock
The error that I get when I switch onceover back to 3.19.0 is:
|
Reproduced this with the ruby25 (debian based) docker container also. I have found that facter 4 seems to be the common element in turning up this bug. If facter is set to 3.x or 2.x then the problem goes away. |
When a catalog compilation failure occurs, onceover hits an exception in
gems/logging-2.3.0/lib/logging/appenders/console.rb
while trying to present a friendly error message. The error in full:once more with stack trace:
Reverting to version 3.19.0 fixes this
The text was updated successfully, but these errors were encountered: