Move log level to config file

This commit is contained in:
Andras Schmelczer 2025-12-07 15:06:08 +00:00
parent ee993c46e7
commit 92b8a966be
9 changed files with 47 additions and 26 deletions

View file

@ -2,6 +2,7 @@ pub mod dedup_paths;
pub mod find_first_available_path;
pub mod is_binary;
pub mod is_file_type_mergable;
pub mod log_level;
pub mod normalize;
pub mod rotating_file_writer;
pub mod sanitize_path;