Skip to content

Commit

Permalink
Remove trace output
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Nov 14, 2024
1 parent 98de315 commit f43a259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tests/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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 f43a259

Please sign in to comment.