8012311
Results
1
issues of
8012311
``` 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
bug
plugin: log