You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/how-to/rotate-log-files.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ for example to keep the individual files below 10MB.
11
11
The [LoggingExtras.jl](@ref) package implements the [`DatetimeRotatingFileLogger`]
12
12
(@ref LoggingExtras.DatetimeRotatingFileLogger) which, as the name suggests, is a logger
13
13
for date/time based log rotation. The frequency of log rotation is determined based
14
-
on the input filename patterin in the form of a dateformat (see documentation for [`Dates.DateFormat`](https://docs.julialang.org/en/v1/stdlib/Dates/#Dates.DateFormat) and
14
+
on the input filename pattern in the form of a dateformat (see documentation for [`Dates.DateFormat`](https://docs.julialang.org/en/v1/stdlib/Dates/#Dates.DateFormat) and
0 commit comments