From bfff0e4feb79495264cf6f0d8d12d9823b50d51d Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 28 May 2020 16:02:57 +0300 Subject: conf: add options for logging Add options for log file location and maximum log level. Also add manpage entries for these options in `meli.conf.5` --- src/terminal/embed.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/terminal') diff --git a/src/terminal/embed.rs b/src/terminal/embed.rs index 3b3b938f..6a076ece 100644 --- a/src/terminal/embed.rs +++ b/src/terminal/embed.rs @@ -19,7 +19,6 @@ * along with meli. If not, see . */ -use crate::split_command; use crate::terminal::position::*; use melib::log; use melib::ERROR; -- cgit v1.2.3