Skip to content

[log] LogTarget::Folder max_file_size does not affect #707

Open
@8012311

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions