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: cli/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ data_path="./data"
114
114
| Path to `loader.toml`|`--env-config`|`False`|`../config/loader.toml`|`String`||
115
115
| When loading each multi-part source, <br/>load all partitions (and shards) in one transaction |`--collapse-partitions-on-load`|`False`|`True`|`BooleanOptionalAction`|`True` - `--collapse-partitions-on-load`, `False` - `--no-collapse-partitions-on-load`, no argument - default value |
116
116
| Logging level for cli |`--log-level`|`False`|`INFO`|`String`|`['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']`|
117
+
| Log rotation option. If `date` options is enabled RWM rotates logs each day. If `size` option is enabled RWM rotates log file when it reaches this size |`--log-rotation`|`False`|`date`|`String`|`['date', 'size']`|
118
+
| Rotation log file size in Mb. RWM rotates log file when it reaches this size and `--log-rotation` is `size |`--log-file-size`|`False`|`5`|`Int`||
117
119
| Drop database before workflow run, or not |`--drop-db`|`False`|`False`|`BooleanOptionalAction`|`True` - `--drop-db`, `False` - `--no-drop-db`, no argument - default value |
118
120
| Remove RAI engine and database after run or not |`--cleanup-resources`|`False`|`False`|`BooleanOptionalAction`|`True` - `--cleanup-resources`, `False` - `--no-cleanup-resources`, no argument - default value |
119
121
| Remove RAI engine after run or not |`--cleanup-engine`|`False`|`False`|`BooleanOptionalAction`|`True` - `--cleanup-engine`, `False` - `--no-cleanup-engine`, no argument - default value |
0 commit comments