Skip to content

Commit

Permalink
Update docs/Configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Conn <30739012+bconn98@users.noreply.github.com>
  • Loading branch information
Dirreke and bconn98 committed Jan 31, 2024
1 parent 42f2562 commit 0236bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ unit is not specified), case does not matter:
- month[s]
- year[s]

> Note: `log4j` set `Sunday` as the first day of the week, but `log4rs` set
> `Monday` as the first day of the week, which is the same as `chrono` crate
> and the `ISO 8601` standard. So if you use `week`, the log file will be rolled
> Note: `log4j` treats `Sunday` as the first day of the week, but `log4rs` treats
> `Monday` as the first day of the week, which is the follows the `chrono` crate
> and the `ISO 8601` standard. So when using `week`, the log file will be rolled
> on `Monday` instead of `Sunday`.
The _modulate_ field is an optional boolean. It indicates whether the interval should
Expand Down

0 comments on commit 0236bf2

Please sign in to comment.