Bug
It seems we're missing an s in the stream_output.directory default value:
|
directory: pathlib.Path = pathlib.Path("var") / "data" / "stream" |
as I was using the one in
|
# directory: "var/data/streams" |
and the one in
|
"StreamFilesDir": "../../../build/clp-package/var/data/streams", |
as references.
CLP version
ee7e493
Environment
Code issue. Not related.
Reproduction steps
See bug description.
Bug
It seems we're missing an
sin thestream_output.directorydefault value:clp/components/clp-py-utils/clp_py_utils/clp_config.py
Line 349 in ee7e493
as I was using the one in
clp/components/package-template/src/etc/clp-config.yml
Line 87 in ee7e493
and the one in
clp/components/log-viewer-webui/server/settings.json
Line 12 in ee7e493
as references.
CLP version
ee7e493
Environment
Code issue. Not related.
Reproduction steps
See bug description.