You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ These schemas enable CloudAI to be flexible and compatible with different system
44
44
45
45
## CloudAI Modes Usage Examples
46
46
47
+
Global options for `cloudai` command:
48
+
-`--log-file <path>`: specify a file to log output, be default `debug.log` in the current directory is used. Contains log entries of level `DEBUG` and higher.
49
+
-`--log-level <level>`: specify logging level for standard output, default is `INFO`.
50
+
47
51
(run)=
48
52
### run
49
53
This mode runs workloads. It automatically installs prerequisites if they are not met.
0 commit comments