Speed up logger setup (#114610)

* Speed up logger setup

Preload core.logger and avoid saving it
until after startup

* add comment about 180s

* Adjust grammar

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston
2024-04-03 20:35:44 -10:00
committed by GitHub
parent 7a2e529bb7
commit 0c3ccabfb1
3 changed files with 28 additions and 4 deletions

View File

@ -223,6 +223,7 @@ SETUP_ORDER = (
# If they do not exist they will not be loaded
#
PRELOAD_STORAGE = [
"core.logger",
"core.network",
"http.auth",
"image",