alacritty: Fix log level

This commit is contained in:
Sanchayan Maity 2021-01-22 10:52:04 +05:30
parent 4472336b15
commit 2e6aa8019b
1 changed files with 2 additions and 2 deletions

View File

@ -326,13 +326,13 @@ debug:
# Log level
#
# Values for `log_level`:
# - None
# - Off
# - Error
# - Warn
# - Info
# - Debug
# - Trace
log_level: None
log_level: Off
# Print all received window events.
print_events: false