forked from cps-deployments/psi.bec
Add log_writer_base_path
This commit is contained in:
@@ -5,6 +5,7 @@ bec_deployments_path: /opt/bec_deployments
|
||||
|
||||
deployment_name: production
|
||||
file_writer_base_path: ./
|
||||
log_writer_base_path: ./
|
||||
bec_version: main
|
||||
ophyd_devices_version: main
|
||||
bec_widgets_version: main
|
||||
|
||||
@@ -14,6 +14,6 @@ service_config:
|
||||
plugin: default_NeXus_format
|
||||
base_path: {{ file_writer_base_path }}
|
||||
log_writer:
|
||||
base_path: {{ bec_deployment_group_path }}/logs
|
||||
base_path: {{ log_writer_base_path }}
|
||||
scilog:
|
||||
env_file: ./
|
||||
|
||||
Reference in New Issue
Block a user