Add new flags to asset stream manager (#10)

- Add --config-file option defining Json configuration file for asset stream manager
- Add log_dir flag for log folder
- Remove unused functions from SdkUtils
- Fix build issue in cdc_fuse_fs
This commit is contained in:
wurwunchik
2022-11-22 12:05:48 +01:00
committed by GitHub
parent 0252d51cc0
commit b2c011cc0d
6 changed files with 32 additions and 73 deletions

View File

@@ -12,7 +12,6 @@ cc_binary(
"//cdc_stream",
"//common:log",
"//common:path",
"//common:sdk_util",
"//data_store:data_provider",
],
)