@@ -19,9 +19,9 @@ use handsome_logger::{ColorChoice, CombinedLogger, ConfigBuilder, SharedLogger,
1919use log:: { LevelFilter , Record , debug, info, warn} ;
2020use once_cell:: sync:: OnceCell ;
2121
22+ use crate :: CZKAWKA_VERSION ;
2223// #[cfg(feature = "heif")]
2324// use libheif_rs::LibHeif;
24- use crate :: CZKAWKA_VERSION ;
2525use crate :: common_dir_traversal:: { CheckingMethod , ToolType } ;
2626use crate :: common_directory:: Directories ;
2727use crate :: common_items:: { ExcludedItems , SingleExcludedItem } ;
@@ -166,7 +166,7 @@ pub fn get_number_of_threads() -> usize {
166166
167167fn filtering_messages ( record : & Record ) -> bool {
168168 if let Some ( module_path) = record. module_path ( ) {
169- // if !["krokiet", "czkawka_core", "czkawka_gui ", "log_panics", "smithay_client_toolkit", "sctk_adwaita"]
169+ // if !["krokiet", "czkawka ", "log_panics", "smithay_client_toolkit", "sctk_adwaita"]
170170 // .iter()
171171 // .any(|t| module_path.starts_with(t))
172172 // {
@@ -176,7 +176,7 @@ fn filtering_messages(record: &Record) -> bool {
176176 // return false;
177177 // }
178178
179- [ "krokiet" , "czkawka_core" , "czkawka_gui ", "log_panics" ] . iter ( ) . any ( |t| module_path. starts_with ( t) )
179+ [ "krokiet" , "czkawka " , "log_panics" ] . iter ( ) . any ( |t| module_path. starts_with ( t) )
180180 } else {
181181 true
182182 }
0 commit comments