From 6f1569b35d60ee3a5513922c8d55e5d65dc6b978 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 21 Mar 2022 21:42:48 +0000 Subject: [PATCH] alacritty: log at Warn and above Info produces causes logging under normal use, which creates useless log files in /tmp, which I don't need. Signed-off-by: Joe Groocock --- alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 63366ce..7c6b6bd 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -611,7 +611,7 @@ debug: # - Info # - Debug # - Trace - log_level: Info + log_level: Warn # Print all received window events. #print_events: false