We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*.bac