feat: set tycho_logs to false by default

This commit is contained in:
adrian
2025-09-12 09:17:30 +02:00
committed by Adrian Benavides
parent a84b6518cf
commit 85080dd6c7
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ struct Args {
match_test: Option<String>,
/// Enable tycho logs
#[arg(long, default_value_t = true)]
#[arg(long, default_value_t = false)]
tycho_logs: bool,
/// Postgres database URL for the Tycho indexer