From 14a9ad0c85b0ee6f190323a8903d1239b8968d22 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 28 Nov 2022 13:13:56 -0500 Subject: nix: write nixos test configuration - filter rust sources to avoid spurious rebuilds - fix accidental circular reference in nix flake - fix postgres startup scripts and behavior - thulani logger doesn't log to file by default --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ffcd2f5..1bf3e98 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,7 +59,7 @@ const BACKOFF_INIT: f64 = 100.0; const MIN_RUN_DURATION: Duration = Duration::from_secs(120); fn main() { - log_setup::init().expect("initializing logging"); + log_setup::init(false).expect("initializing logging"); let mut backoff_count: usize = 0; -- cgit v1.3.1