Skip to content

Commit

Permalink
Also add trace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Nov 12, 2024
1 parent fae14cc commit 70ad482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tests/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
/bin/bash -c "id &&
cd '/runs/{{ tutorial_folder }}' &&
sed -i 's|</log>|<sink type=\"file\" output=\"precice-debug.log\" filter=\"%Severity% >= debug and %Rank% = 0\" enabled=\"true\" /></log>|g' precice-config.xml &&
sed -i 's|</log>|<sink type=\"file\" output=\"precice-trace.log\" filter=\"%Severity% >= trace and %Rank% = 0\" enabled=\"true\" /></log>|g' precice-config.xml &&
sed -i 's%</participant>%<export:vtk directory=\"../{{precice_output_folder}}\" /> </participant>%g' precice-config.xml &&
sed -i 's|m2n:sockets |m2n:sockets network=\"eth0\" |g' precice-config.xml &&
cat precice-config.xml"
Expand Down

0 comments on commit 70ad482

Please sign in to comment.