mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 00:35:47 -07:00
ENGINE: AgentsMD Updates
This commit is contained in:
@@ -24,15 +24,18 @@ The `script_engines.py` helper exposes a PowerShell runner for potential server-
|
|||||||
- **Log Locations**
|
- **Log Locations**
|
||||||
- Agent: `<ProjectRoot>/Logs/Agent/<service>.log`
|
- Agent: `<ProjectRoot>/Logs/Agent/<service>.log`
|
||||||
- Server: `<ProjectRoot>/Logs/Server/<service>.log`
|
- Server: `<ProjectRoot>/Logs/Server/<service>.log`
|
||||||
|
- Engine: `<ProjectRoot>/Logs/Engine/<service>.log`
|
||||||
- **General-Purpose Logs**
|
- **General-Purpose Logs**
|
||||||
- Agent: `agent.log`
|
- Agent: `agent.log`
|
||||||
- Server: `server.log`
|
- Server: `server.log`
|
||||||
|
- Engine: `engine.log`
|
||||||
- **Dedicated Logs**
|
- **Dedicated Logs**
|
||||||
- Subsystems with significant surface area must use their own `<service>.log`
|
- Subsystems with significant surface area must use their own `<service>.log`
|
||||||
- Examples: `ansible.log`, `webrtc.log`, `scheduler.log`
|
- Examples: `ansible.log`, `webrtc.log`, `scheduler.log`
|
||||||
- **Installation / Bootstrap Logs**
|
- **Installation / Bootstrap Logs**
|
||||||
- Agent install: `Logs/Agent/install.log`
|
- Agent install: `Logs/Agent/install.log`
|
||||||
- Server install: `Logs/Server/install.log`
|
- Server install: `Logs/Server/install.log`
|
||||||
|
- Engine Install: `Logs/Engine/install.log`
|
||||||
- **Rotation Policy**
|
- **Rotation Policy**
|
||||||
- All log writers must rotate daily.
|
- All log writers must rotate daily.
|
||||||
- On day rollover, rename:
|
- On day rollover, rename:
|
||||||
|
|||||||
Reference in New Issue
Block a user