From bc0c109e5e067f4df91cdf177dd8fb59500b99d8 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 22 Sep 2021 17:38:06 +0200 Subject: Changed wrong filename error.log > btop.log --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3530ea..20afcf4 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ Also needs a UTF8 locale and a font that covers: Append `STATIC=true` to `make` command for static compilation. + Append `QUIET=true` for less verbose output. + Notice! Manually set `$ARCH` variable if cross-compiling Use `$ADDFLAGS` variable for appending flags to both compiler and linker. @@ -468,7 +470,7 @@ net_iface = "br0" #* Show battery stats in top right if battery is present. show_battery = True -#* Set loglevel for "~/.config/btop/error.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. log_level = "DEBUG" ``` -- cgit v1.2.3