amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 206 forks source link

revert default logging severity #1212

Closed c910335 closed 4 years ago

c910335 commented 4 years ago

Description of the Change

This PR reverts the default logging severity which was removed in #1208.

Alternate Designs

No

Benefits

The server can run without the configuration file. Without this line and the configuration file, it fails with Unhandled exception: Missing hash key: "severity" (KeyError). And this is annoying when testing my shards that depend on Amber.

Possible Drawbacks

No