voxpupuli / puppet_webhook

Sinatra-based application that triggers puppet-related commands from VCS Webhook calls
Apache License 2.0
13 stars 7 forks source link

Logging settings don't work properly #77

Closed dhollinger closed 5 years ago

dhollinger commented 5 years ago

When DEBUG or INFO or any other constant setting for WEBrick::Log is set in the server.yml file, it gets read in as a String and triggers an error.

Rework how that is read in by turning the String into the expected constant

dhollinger commented 5 years ago

closed by #78