alacritty: Fix log level

This commit is contained in:
Sanchayan Maity 2021-01-22 10:52:04 +05:30
parent 4472336b15
commit 2e6aa8019b

View file

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