mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
5.65k stars 613 forks source link

docs: add possible log levels #3638

Closed DennisGaida closed 1 month ago

DennisGaida commented 1 month ago

What type of PR is this?

What this PR does / why we need it:

Found the documentation here: https://www.uvicorn.org/settings/#logging with the possible logging values (tried WARN only to figure out it needs to be warning or WARNING).

Which issue(s) this PR fixes:

none