mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 04:05:48 -07:00
ENGINE: Migrated Logs to Runtime Folders
This commit is contained in:
@@ -11,7 +11,7 @@ Stage 1 introduced the structural skeleton for the Engine runtime. Stage 2
|
||||
builds upon that foundation by centralising configuration handling and logging
|
||||
initialisation so the Engine mirrors the legacy server's start-up behaviour.
|
||||
The factory delegates configuration resolution to :mod:`Data.Engine.config`
|
||||
and emits structured logs to ``Logs/Engine/engine.log`` (with an accompanying
|
||||
and emits structured logs to ``Engine/Logs/engine.log`` (with an accompanying
|
||||
error log) to align with the project's operational practices.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
Reference in New Issue
Block a user