Skip to content

Commit

Permalink
add HowPack
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 27, 2024
1 parent 32024b7 commit 265d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/split_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod test {
use fast_log::appender::{Command, FastLogRecord, LogAppender};
use fast_log::consts::LogSize;
use fast_log::plugin::file_name::FileName;
use fast_log::plugin::file_split::{FileSplitAppender, PackType, Keep, Packer, RawFile, RollingType};
use fast_log::plugin::file_split::{FileSplitAppender, PackType, Keep, RawFile, RollingType};
use fast_log::plugin::packer::LogPacker;
use fastdate::DateTime;
use log::Level;
Expand Down

0 comments on commit 265d239

Please sign in to comment.