Skip to content

Commit

Permalink
Merge pull request #141 from DUNE-DAQ/plasorak/configurable-log-paths
Browse files Browse the repository at this point in the history
Make applications log to `/log` at EHN1
  • Loading branch information
PawelPlesniak authored Oct 25, 2024
2 parents fa96efd + 14244ff commit 8358a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/daqsystemtest/example-configs.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<attr name="data_request_timeout_ms" type="u32" val="1000"/>
<attr name="data_rate_slowdown_factor" type="u32" val="1"/>
<attr name="controller_log_level" type="enum" val="INFO"/>
<attr name="log_path" type="string" val="/log"/>
<rel name="connectivity_service" class="ConnectivityService" id="ehn1-connectivity-service-config"/>
<rel name="environment">
<ref class="VariableSet" id="ehn1-variables"/>
Expand All @@ -122,6 +123,7 @@
<attr name="data_request_timeout_ms" type="u32" val="1000"/>
<attr name="data_rate_slowdown_factor" type="u32" val="1"/>
<attr name="controller_log_level" type="enum" val="INFO"/>
<attr name="log_path" type="string" val="/log"/>
<rel name="connectivity_service" class="ConnectivityService" id="ehn1-connectivity-service-config"/>
<rel name="environment">
<ref class="VariableSet" id="ehn1-variables"/>
Expand Down

0 comments on commit 8358a1e

Please sign in to comment.