mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: optimise log levels (#10409)
The majority of the log levels stated in the docker-compose file are stale because those crates have long been deleted or renamed. Additionally, the `wire` logs have already been disabled in release builds, meaning we no longer need to patch them out before the perf tests.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -322,11 +322,6 @@ jobs:
|
||||
sudo sysctl -w net.core.rmem_max=134217728 # 128 MB
|
||||
- name: Start docker compose in the background
|
||||
run: |
|
||||
# We need to increase the log level to make sure that they don't hold off storm of packets
|
||||
# generated by UDP tests. Wire is especially chatty.
|
||||
sed -i 's/^\(\s*\)RUST_LOG:.*$/\1RUST_LOG: wire=error,opentelemetry_sdk=error,debug/' docker-compose.yml
|
||||
grep RUST_LOG docker-compose.yml
|
||||
|
||||
if [ "${{ matrix.flavour }}" = "relayed" ]; then
|
||||
echo "CLIENT_MASQUERADE=random" >> "$GITHUB_ENV"
|
||||
echo "UDP_BITRATE=300M" >> "$GITHUB_ENV"
|
||||
|
||||
Reference in New Issue
Block a user