ENGINE: AgentsMD Updates

This commit is contained in:
2025-10-28 19:41:19 -06:00
parent 1834d537c1
commit 2a2ff38fad

View File

@@ -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: