Corrected path sample in Logfile group configuration.
This commit is contained in:
parent
9aafb7b023
commit
9ba6b40904
@ -2,7 +2,7 @@
|
|||||||
LogFile = /path/to/your/cfddns.log
|
LogFile = /path/to/your/cfddns.log
|
||||||
# Format of logrotate archives for your script. Example assumes compression and
|
# Format of logrotate archives for your script. Example assumes compression and
|
||||||
# extension preservation
|
# extension preservation
|
||||||
Archive = logfile.ext.?.gz
|
Archive = /path/to/your/logfile.ext.?.gz
|
||||||
# Apply the correct date/time filtering to match the format of the script's log
|
# Apply the correct date/time filtering to match the format of the script's log
|
||||||
# You don't need to change this unless you have altered the 'stamp' variable in
|
# You don't need to change this unless you have altered the 'stamp' variable in
|
||||||
# the script
|
# the script
|
||||||
|
Loading…
Reference in New Issue
Block a user