builder.plugin(
tauri_plugin_log::Builder::default()
.max_file_size(100)
.targets([LogTarget::Folder(&path)])
.rotation_strategy(RotationStrategy::KeepAll)
.level(LevelFilter::Debug)
.build(),
);
the log file becomes ~1500 KB but still write there - no *.bac file created
the log file becomes ~1500 KB but still write there - no
*.bacfile created