@hydra-acp/cli 0.1.101 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -307,7 +307,7 @@ Each extension is launched with these env vars set:
307
307
  | `HYDRA_ACP_HOME` | `~/.hydra-acp` |
308
308
  | `HYDRA_ACP_EXTENSION_NAME` | the `name` from config |
309
309
 
310
- Extension stdout/stderr are appended to `~/.hydra-acp/extensions/<name>.log`.
310
+ Extension stdout/stderr are appended to `~/.hydra-acp/extensions/<name>/current.log` (a symlink to the active rotated file). Logs rotate at 5 MB with the 5 most recent files retained as `<name>.<N>.log` alongside the symlink (~25 MB per extension).
311
311
 
312
312
  While the daemon is running you can manage extensions without bouncing it:
313
313