Skip to content

Commit c98a999

Browse files
committed
Add --log-root documentation.
1 parent 4f0a39d commit c98a999

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/command-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,13 +945,14 @@ Starts the container services and (optionally) installs a default kernel. It wil
945945
**Usage**
946946

947947
```bash
948-
container system start [--app-root <app-root>] [--install-root <install-root>] [--enable-kernel-install] [--disable-kernel-install] [--debug]
948+
container system start [--app-root <app-root>] [--install-root <install-root>] [--log-root <log-root>] [--enable-kernel-install] [--disable-kernel-install] [--debug]
949949
```
950950

951951
**Options**
952952

953953
* `-a, --app-root <app-root>`: Path to the root directory for application data
954954
* `--install-root <install-root>`: Path to the root directory for application executables and plugins
955+
* `--log-root <log-root>`: Path to the root directory for log data, using macOS log facility if not set
955956
* `--enable-kernel-install/--disable-kernel-install`: Specify whether the default kernel should be installed or not (default: prompt user)
956957

957958
### `container system stop`

0 commit comments

Comments
 (0)