Skip to content

Commit 3334ad7

Browse files
committed
add
Signed-off-by: Liao PengFei <[email protected]>
1 parent 8b33e10 commit 3334ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbook/logs/scripts/log_retention.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ retention_log() {
117117
if [ $? -eq 0 ]; then
118118
die "Logrotate configuration file error.\n"
119119
else
120-
success "Logrotate configuration generated and written to 'curve-$dir_path_name' file.\n"
120+
success "Logrotate configuration generated and written to '/etc/logrotate.d/curve-$dir_path_name' file.\n"
121121
fi
122122
done
123123

0 commit comments

Comments
 (0)