Skip to content

Commit e3920a6

Browse files
cleanup readme
1 parent 58be20c commit e3920a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ unity-cli open-project
280280
- `--unity-editor <unityEditor>` The path to the Unity Editor executable. If unspecified, `--unity-project` or the `UNITY_EDITOR_PATH` environment variable must be set.
281281
- `--unity-project <unityProject>` The path to a Unity project. If unspecified, the `UNITY_PROJECT_PATH` environment variable will be used, otherwise no project will be specified.
282282
- `--log-name <logName>` The name of the log file.
283-
- `--log-level <logLevel>` Override the logger verbosity (`debug`, `info`, `minimal`, `warning`, `error`).
283+
- `--log-level <logLevel>` Override the logger verbosity (`debug`, `info`, `minimal`, `warning`, `error`). Defaults to `info`.
284284
- `--verbose` Enable verbose logging. (Deprecated, use `--log-level <value>` instead)
285285
- `<args...>` Arguments to pass directly to the Unity Editor executable.
286286

287287
> [!NOTE]
288-
> When setting the `--log-level` option to `minimal`, only the unity telemetry logs will be shown in the console output. All other logs will be written to the log file. This option is only supported when running the command locally in the terminal.
288+
> When setting the `--log-level` option to `minimal`, only the unity telemetry logs will be shown in the console output. All other logs will be written to the log file. This option is only supported when running the command locally in the terminal. ***This options is still experimental and may change in future releases.***
289289
>
290290
> When running in CI environments the logger will automatically print the full logs to the console no matter the log level.
291291

0 commit comments

Comments
 (0)