Skip to content

Commit 9eabd0f

Browse files
authored
Merge pull request #426 from TimVNL/patch-3
Fix command for automatic logrotate detection
2 parents be14513 + ab7cac7 commit 9eabd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The [logrotate main page](https://linux.die.net/man/8/logrotate) contains instru
8181

8282
*****This cronjob configuration is deployed by default on new Hypernodes. If you don't want this configuration, feel free to comment or delete the configuration from your crontab.*****
8383

84-
To make sure you keep your logrotate config keeps up to date with newer log files, it is advised to run `hypernode-auto-logrotate-detect --detect` every night. Open your cronjob configuration with `crontab -e` and add the following configuration.
84+
To make sure you keep your logrotate config keeps up to date with newer log files, it is advised to run `hypernode-auto-logrotate --detect` every night. Open your cronjob configuration with `crontab -e` and add the following configuration.
8585

8686
```
8787
# Add logfiles to logrotate configuration

0 commit comments

Comments
 (0)