From 269be953ce8eb12fec2a98bddb298b26fa998a45 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:55:37 +1000 Subject: [PATCH] docs: Fix typo in python logging docs (#3736) --- docs/docs/documentation/getting-started/installation/logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/logs.md b/docs/docs/documentation/getting-started/installation/logs.md index 1065a44224a2..d90ae60a5f88 100644 --- a/docs/docs/documentation/getting-started/installation/logs.md +++ b/docs/docs/documentation/getting-started/installation/logs.md @@ -2,7 +2,7 @@ :octicons-tag-24: v1.5.0 -## Highlighs +## Highlights - Logs are written to `/app/data/mealie.log` by default in the container. - Logs are also written to stdout and stderr. @@ -13,4 +13,4 @@ Starting in v1.5.0 logging is now highly configurable. Using the `LOG_CONFIG_OVERRIDE` you can provide the application with a custom configuration to log however you'd like. This configuration file is based off the [Python Logging Config](https://docs.python.org/3/library/logging.config.html#logging.config.fileConfig). It can be difficult to understand the configuration at first, so here are some resources to help get started. - This [YouTube Video](https://www.youtube.com/watch?v=9L77QExPmI0) for a great walkthrough on the logging file format. -- Our [Logging Config](https://github.com/mealie-recipes/mealie/blob/mealie-next/mealie/core/logger/logconf.prod.json) +- Our [Logging Config](https://github.com/mealie-recipes/mealie/blob/mealie-next/mealie/core/logger/logconf.prod.json).