Closed dhollinger closed 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.
DEBUG
INFO
WEBrick::Log
server.yml
Rework how that is read in by turning the String into the expected constant
closed by #78
When
DEBUG
orINFO
or any other constant setting forWEBrick::Log
is set in theserver.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