Skip to content

Commit 3a811ea

Browse files
authored
Fix typo in logrotate doc (#241)
oh, I missed that, thanks
2 parents 86d6881 + 298b5d1 commit 3a811ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_admin-guide/070_Destinations/040_File/000_File_destination_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ It has the following suboptions:
8989
|Default:| 1|
9090

9191
*Description:* Maximum number of rotated files. This number does not include the *main* log file, meaning if this option is set to a number N then at most N+1 files are created.
92-
Rotated files are named based on the given log file name and the their rotation id (`<file-name>.<id>`).
92+
Rotated files are named based on the given log file name and their rotation id (`<file-name>.<id>`).
9393

9494
### Example: logrotate()
9595
An example to enable logrotation with a maximum filesize of 500KB and 5 rotations:

0 commit comments

Comments
 (0)