Commit 333bfac9 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Turn on by default no-phylo-debug-logs

By default, we shouldn't run debug logs for phylo in production, let
alone some that runs within pure code.

Debug logs will hinder performance, and showing them on the production
server is not their place anyway.
parent f9fc68a1
Pipeline #7416 passed with stages
in 54 minutes and 57 seconds
...@@ -97,7 +97,7 @@ flag test-crypto ...@@ -97,7 +97,7 @@ flag test-crypto
-- debug output for the phylo code, so that it doesn't -- debug output for the phylo code, so that it doesn't
-- hinder its performance. -- hinder its performance.
flag no-phylo-debug-logs flag no-phylo-debug-logs
default: False default: True
manual: True manual: True
flag enable-benchmarks flag enable-benchmarks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment