Skip to content

Commit c300793

Browse files
authored
Update client/src/main/java/org/apache/cloudstack/ServerDaemon.java
1 parent 034e892 commit c300793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/cloudstack/ServerDaemon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private RequestLog createRequestLog() {
308308
}
309309

310310
private void createRotateFile(File logPath) {
311-
String rotatefile = "/etc/logrotate/access";
311+
String rotatefile = "/etc/logrotate.d/access";
312312
String fileContents = logPath.getAbsolutePath() + " {\n"
313313
+ " copytruncate"
314314
+ " daily"

0 commit comments

Comments
 (0)