Skip to content

Commit

Permalink
feat: add rolling file append (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Aug 1, 2024
1 parent 38a0544 commit d00c8f3
Show file tree
Hide file tree
Showing 17 changed files with 821 additions and 691 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
cargo run --example simple_stdio
cargo run --features="no-color" --example no_color_stdio
cargo run --features="json" --example json_stdio
cargo run --features="json,file" --example rolling_file
required:
name: Required
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/target
/Cargo.lock

logs
Loading

0 comments on commit d00c8f3

Please sign in to comment.